summaryrefslogtreecommitdiff
path: root/theme2b.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 /theme2b.css
parentbe79f9f4a17865a5bd257882f43badf08049ca6a (diff)
downloadweb-717fe320dc367edd2be0605d895113b4bbeb7939.tar.xz
Start moving theme stuff into variables.
Diffstat (limited to 'theme2b.css')
-rw-r--r--theme2b.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme2b.css b/theme2b.css
index 95a49e2..eae4c55 100644
--- a/theme2b.css
+++ b/theme2b.css
@@ -1,5 +1,8 @@
+:root {
+ --bg-primary: #1F1205;
+}
body{
- background-color: #1F1205;
+ background-color: var(--bg-primary);
background-image: url("/pattern2b.png");
background-repeat: repeat;
color: #FFF;