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