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