aboutsummaryrefslogtreecommitdiff
path: root/colors-night.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-night.css
parentf27966a7caab0f4891746f6abef8d4337b87e767 (diff)
downloadminesweeperjs-bdbf0454f4d464eed3939a6bf7cb05452f21b15b.tar.xz
Initial upload.
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;
+}