summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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;
+}