From fc674f4caf755bb3667a70f6735ae39003e17932 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 7 Mar 2025 14:31:58 +0100 Subject: [PATCH] fix(css): floating-ui portal could override app color scheme --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 3bf6c15f..97e46b19 100644 --- a/src/index.css +++ b/src/index.css @@ -52,6 +52,10 @@ hr { color-scheme: dark; } +[data-floating-ui-portal] { + color-scheme: var(--color-scheme) !important; +} + .yellowOfflineIcon { background-image: url('/assets/icons/offline-blue.png'); }