From 69b5c0621b3cd9558140653778f66291671ea85e Mon Sep 17 00:00:00 2001 From: Roy Anger Date: Tue, 24 Oct 2023 20:52:20 -0400 Subject: [PATCH 1/2] Added style for prefers-color-scheme to interstitial head This checks if the user prefers dark color schemes, and then sets the body to black. This could reduce 'flashes of white'. --- packages/backend/src/tokens/interstitial.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/backend/src/tokens/interstitial.ts b/packages/backend/src/tokens/interstitial.ts index 5d0e1b93d84..31db9e6b274 100644 --- a/packages/backend/src/tokens/interstitial.ts +++ b/packages/backend/src/tokens/interstitial.ts @@ -58,6 +58,13 @@ export function loadInterstitialFromLocal(options: Omit +