aboutsummaryrefslogtreecommitdiff
path: root/colors-day.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2017-03-04 23:48:07 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2017-03-04 23:48:07 +0800
commitbdbf0454f4d464eed3939a6bf7cb05452f21b15b (patch)
tree255c02eecbec53e0b915662fd0ceb9beb0640b35 /colors-day.css
parentf27966a7caab0f4891746f6abef8d4337b87e767 (diff)
downloadminesweeperjs-bdbf0454f4d464eed3939a6bf7cb05452f21b15b.tar.xz
Initial upload.
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;
+}