summaryrefslogtreecommitdiff
path: root/theme1a.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 /theme1a.css
parentbe79f9f4a17865a5bd257882f43badf08049ca6a (diff)
downloadweb-717fe320dc367edd2be0605d895113b4bbeb7939.tar.xz
Start moving theme stuff into variables.
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;