diff options
author | Sheogorath | 2018-06-23 21:19:44 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-23 21:19:44 +0200 |
commit | 49db5bc6534bccaea89192d95a6a0e87d0cb28dd (patch) | |
tree | 78c9bfca3a4513a4c4223c536219b6fa781dd637 /public/css | |
parent | 7542968dc7f1f0e302f3f5cdad602aab68076c38 (diff) | |
parent | f65d96c57b02c98616ffe3d8d7cc93f3e3942897 (diff) |
Merge branch 'pr-846'
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index 3f391e27..9cc1766e 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -20,6 +20,24 @@ body.night{ background: #333 !important; } +.toolbar { + background-color: #1c1c1e; + border: 1px solid #343434; +} + +.toolbar > .btn-toolbar > .btn-group > .btn { + background-color: #1c1c1e; + padding: 5px; + font-size: 1em; +} + +.toolbar > .btn-toolbar > .btn-group > .btn:hover { + background-color: #383a3e; + + padding: 5px; +} + + .CodeMirror { font-family: "Source Code Pro", Consolas, monaco, monospace; letter-spacing: 0.025em; |