summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorPedro Ferreira2019-04-12 11:45:44 +0200
committerPedro Ferreira2019-05-12 20:15:46 +0200
commit26dacde9591b4994529d8f536712b797cef5a36f (patch)
tree0cbee17b898776a5a8ea479ca5da15ecf120e2e7 /public/css/index.css
parent1801febfe6055102e8a55b98ada6130faa9de6b6 (diff)
Fix toolbar day mode
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/public/css/index.css b/public/css/index.css
index c304a969..fb8356eb 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -20,24 +20,6 @@ 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;