From cdc1d08267515677eea879813d248d484a9e4ad8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 7 Dec 2023 13:00:44 -0600 Subject: Apply color theme to HTML page itself (#2132) --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 1a9d63b83..18b985bff 100644 --- a/web/index.html +++ b/web/index.html @@ -75,6 +75,7 @@ overflow-y: auto; overscroll-behavior-y: none; text-rendering: optimizeLegibility; + background-color: var(--background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; -- cgit 1.4.1