summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-18 14:31:50 +0300
committerAndrew Dolgov <[email protected]>2019-08-18 14:31:50 +0300
commit23e976999a5b1a197330757ea7006d9734cab9c9 (patch)
tree05dfc5f96f7023e113eac6c49300d3a8bdc58103 /themes
parent334038c7be83e2cfd7a9190cb2f28bd3d26c8028 (diff)
add missing sepia.css
Diffstat (limited to 'themes')
-rw-r--r--themes/sepia.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/sepia.css b/themes/sepia.css
new file mode 100644
index 0000000..102d9c3
--- /dev/null
+++ b/themes/sepia.css
@@ -0,0 +1,9 @@
+body, .loading, html:-webkit-full-screen {
+ background : #FAEFDB;
+ color : #4a422b;
+}
+
+body .header,
+body .footer {
+ color : #B85C57;
+}