From 6287dec914b87213932f959dbe079bc36a5a5add Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Jul 2018 09:57:31 +0300 Subject: add themes/gray.css --- themes/gray.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/gray.css (limited to 'themes') 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; +} -- cgit v1.2.3