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