summaryrefslogtreecommitdiff
path: root/theme0b.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-05 02:19:03 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-05 02:19:03 -0500
commit717fe320dc367edd2be0605d895113b4bbeb7939 (patch)
tree3630fe86286af313302c97fee89e078e4ea46deb /theme0b.css
parentbe79f9f4a17865a5bd257882f43badf08049ca6a (diff)
downloadweb-717fe320dc367edd2be0605d895113b4bbeb7939.tar.xz
Start moving theme stuff into variables.
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;