From 3365e20af66ce29fb7e59e9174dd73cc619887ee Mon Sep 17 00:00:00 2001 From: Cyril MARPAUD Date: Wed, 15 Mar 2023 11:48:23 +0100 Subject: [PATCH] refactor: use var for bg color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 824ae73..7d4d88c 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ body { position: fixed; height: 100vh; z-index: -1; - background-color: #1a222c; + background-color: var(--dark-purple); } #splash {