summaryrefslogtreecommitdiffstats
path: root/web/dashboard.slate.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r--web/dashboard.slate.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index cd7972cf99..3f1633b2d1 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -7,6 +7,12 @@ body {
color: #878b90;
}
+/* fixes for default slate theme */
+code {
+ color: #bbb; /*#c7254e;*/
+ background-color: #555; /* #f9f2f4; */
+}
+
.dashboard-sidebar .nav > .active > a,
.dashboard-sidebar .nav > .active:hover > a,
.dashboard-sidebar .nav > .active:focus > a {