From b37dcf7c7dd15f284782a0910cd05d1bb5859d21 Mon Sep 17 00:00:00 2001 From: "derek.holloway" Date: Wed, 18 Jun 2025 13:38:43 -0700 Subject: [PATCH] Make overscroll black --- src/MistoxWebsite.Server/wwwroot/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MistoxWebsite.Server/wwwroot/css/app.css b/src/MistoxWebsite.Server/wwwroot/css/app.css index eacfdce..ef71ed5 100755 --- a/src/MistoxWebsite.Server/wwwroot/css/app.css +++ b/src/MistoxWebsite.Server/wwwroot/css/app.css @@ -11,6 +11,7 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: --var(--Mistox-Black); } main {