From bb0291e686aeeb3b2573b904188d6496be0fe583 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 14 Oct 2023 18:58:08 +0200 Subject: [PATCH] fix(style): body background color defaulted to light on dark mode when scrolling fast --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 771c8493..3e87615e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,5 +5,5 @@ html, body { body { margin: 0; - background-color: var(--light1); + background-color: var(--background); } \ No newline at end of file