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