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. --- theme0a.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme0a.css') diff --git a/theme0a.css b/theme0a.css index b7b4a69..119d19d 100644 --- a/theme0a.css +++ b/theme0a.css @@ -1,5 +1,8 @@ +:root { + --bg-primary: #F9EFF6; +} body{ - background-color: #F9EFF6; + background-color: var(--bg-primary); background-image: url("/pattern0a.png"); background-repeat: repeat; color: #000; -- cgit v1.2.3