summaryrefslogtreecommitdiff
path: root/theme2a.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme2a.css')
-rw-r--r--theme2a.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme2a.css b/theme2a.css
index 82fbfcf..18da739 100644
--- a/theme2a.css
+++ b/theme2a.css
@@ -1,5 +1,8 @@
+:root {
+ --bg-primary: #F9F2EF;
+}
body{
- background-color: #F9F2EF;
+ background-color: var(--bg-primary);
background-image: url("/pattern2a.png");
background-repeat: repeat;
color: #000;