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'); }