summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-04 09:57:31 +0300
committerAndrew Dolgov <[email protected]>2018-07-04 09:57:31 +0300
commit6287dec914b87213932f959dbe079bc36a5a5add (patch)
treeef801e75743f19b80ff3adb441af759f75b93f2d /themes
parent9de5262ecc7b7b0031b0832fb7eec7a2ce9f0145 (diff)
add themes/gray.css
Diffstat (limited to 'themes')
-rw-r--r--themes/gray.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/gray.css b/themes/gray.css
new file mode 100644
index 0000000..31913ed
--- /dev/null
+++ b/themes/gray.css
@@ -0,0 +1,17 @@
+body, .loading, html:-webkit-full-screen {
+ background : #eeeeee;
+ color : #424242;
+}
+
+body a {
+ color : #22b9b2;
+}
+
+body a:hover {
+ color : #28d7cf;
+}
+
+body .header,
+body .footer {
+ color : #B85C57;
+}