From 23e976999a5b1a197330757ea7006d9734cab9c9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Aug 2019 14:31:50 +0300 Subject: add missing sepia.css --- themes/sepia.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/sepia.css (limited to 'themes') 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; +} -- cgit v1.2.3