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