From 717fe320dc367edd2be0605d895113b4bbeb7939 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 5 Mar 2024 02:19:03 -0500 Subject: Start moving theme stuff into variables. --- theme1a.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme1a.css') 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; -- cgit v1.2.3