]> arthur.barton.de Git - netdata.git/blobdiff - web/dashboard.slate.css
allow gauge and easypiecharts to render regative values - fixes #1386; updated bootst...
[netdata.git] / web / dashboard.slate.css
index cd7972cf997e387c382e36aabfb3976fdae47b30..3f1633b2d106ccde0e99e32d06030d148c68f14f 100644 (file)
@@ -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 {