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. --- theme3a.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme3a.css') 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; -- cgit v1.2.3