From f7f56cc0c0307bbf7f01d2375f916e976be49cdb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Feb 2018 21:33:49 +0300 Subject: exp: themes --- themes/mocca.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 themes/mocca.css (limited to 'themes/mocca.css') diff --git a/themes/mocca.css b/themes/mocca.css new file mode 100644 index 0000000..42e88c6 --- /dev/null +++ b/themes/mocca.css @@ -0,0 +1,28 @@ +body { + background : #3B3228; + color : #D0C8C6; +} + +body a { + color : #8AB3B5; +} + +body a:hover { + color : #7BBDA4; +} + +body .header, +body .footer { + color : #F4BC87; +} + +body .footer .location { + color : #BEB55B; +} + +body .header button.btn { + background : #BB9584; + color : #534636; + text-shadow : #534636 0px 0px; + border-color : #534636; +} -- cgit v1.2.3