From 93cd52b53b5a27e221e73bb54a08f03b537f8b9e Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 5 May 2025 13:50:35 +0800 Subject: [PATCH] fix: specify the color-scheme for dark mode --- frontend/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/static/styles.css b/frontend/static/styles.css index 7ecf86c5..1afa4456 100644 --- a/frontend/static/styles.css +++ b/frontend/static/styles.css @@ -81,6 +81,7 @@ background-color: theme("colors.jsr-gray.950"); color: theme("colors.jsr-gray.100"); + color-scheme: only dark; --color-text-primary: theme("colors.jsr-gray.100"); --color-text-secondary: theme("colors.jsr-gray.300"); --color-text-tertiary: theme("colors.jsr-gray.400");