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