From b0522f2311b404012d060f85d26283ca09583255 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 19 Dec 2024 00:14:02 +0200 Subject: [PATCH] --- Source/Stylesheet/Base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Stylesheet/Base.css b/Source/Stylesheet/Base.css index caff2232..b2fa2c08 100644 --- a/Source/Stylesheet/Base.css +++ b/Source/Stylesheet/Base.css @@ -6,5 +6,6 @@ @layer base { :root { --background-light: theme("colors.white"); + --background-dark: theme("colors.black"); } }