aboutsummaryrefslogtreecommitdiff
path: root/colors-night.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors-night.css')
-rw-r--r--colors-night.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/colors-night.css b/colors-night.css
new file mode 100644
index 0000000..6ff2c60
--- /dev/null
+++ b/colors-night.css
@@ -0,0 +1,16 @@
+body {
+ background: #090933;
+ color: #FFF;
+}
+#panel li a.active {
+background-color:#449;
+}
+#panel li a:hover:not(.active) {
+background-color:#338;
+}
+#panel {
+background-color:#116;
+}
+#content .block {
+border: 1px solid #338;
+}