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. --- theme0b.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme0b.css') diff --git a/theme0b.css b/theme0b.css index 0748141..e820160 100644 --- a/theme0b.css +++ b/theme0b.css @@ -1,5 +1,8 @@ +:root { + --bg-primary: #2F0933; +} body{ - background-color: #2F0933; + background-color: var(--bg-primary); background-image: url("/pattern0b.png"); background-repeat: repeat; color: #FFF; -- cgit v1.2.3