From a5cb605e450f57ee7b548027451e00b8bb1a3fb6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Feb 2018 22:40:14 +0300 Subject: add missing plan9 css --- themes/plan9.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/plan9.css 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; +} -- cgit v1.2.3