fix(css): floating-ui portal could override app color scheme

This commit is contained in:
Tom (plebeius.eth)
2025-03-07 14:31:58 +01:00
parent d8e4a4656e
commit fc674f4caf
+4
View File
@@ -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');
}