summaryrefslogtreecommitdiff
path: root/theme0b.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme0b.css')
-rw-r--r--theme0b.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme0b.css b/theme0b.css
index 0748141..e820160 100644
--- a/theme0b.css
+++ b/theme0b.css
@@ -1,5 +1,8 @@
+:root {
+ --bg-primary: #2F0933;
+}
body{
- background-color: #2F0933;
+ background-color: var(--bg-primary);
background-image: url("/pattern0b.png");
background-repeat: repeat;
color: #FFF;