summaryrefslogtreecommitdiff
path: root/themes/mocca.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-01 21:33:49 +0300
committerAndrew Dolgov <[email protected]>2018-02-01 21:33:49 +0300
commitf7f56cc0c0307bbf7f01d2375f916e976be49cdb (patch)
treeba4d74f6a4219777124c7df560baa0aaa410f89d /themes/mocca.css
parent67f4fd61b82226721ad8fd08fc4b6c8614f78668 (diff)
exp: themes
Diffstat (limited to 'themes/mocca.css')
-rw-r--r--themes/mocca.css28
1 files changed, 28 insertions, 0 deletions
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;
+}