From e0cb3c6908c33957b8f42a5313b801419b016446 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 9 May 2023 17:21:31 -0700 Subject: [PATCH] app: Fix automatic-scheme loading color for rebased background change. Signed-off-by: Anders Kaseorg --- templates/zerver/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index f533c60907..46ff8c5d87 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -53,7 +53,7 @@ } @media (prefers-color-scheme: dark) { :root.color-scheme-automatic #app-loading { - background-color: hsl(212, 28%, 18%); + background-color: hsl(0, 0%, 11%); color: hsl(236, 33%, 90%); } }