summaryrefslogtreecommitdiff
path: root/themes/mocca.css
diff options
context:
space:
mode:
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;
+}