summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-01 22:40:14 +0300
committerAndrew Dolgov <[email protected]>2018-02-01 22:40:14 +0300
commita5cb605e450f57ee7b548027451e00b8bb1a3fb6 (patch)
tree4741e209d1518c3fafbeb4f9957995c2933351b4
parent0af56d18e86ac90cdd53d8e79781777b3fa23688 (diff)
add missing plan9 css
-rw-r--r--themes/plan9.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/plan9.css b/themes/plan9.css
new file mode 100644
index 0000000..5438014
--- /dev/null
+++ b/themes/plan9.css
@@ -0,0 +1,9 @@
+body, .loading {
+ background : #FFFFE8;
+ color : #424242;
+}
+
+body .header,
+body .footer {
+ color : #B85C57;
+}