mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(css): floating-ui portal could override app color scheme
This commit is contained in:
@@ -52,6 +52,10 @@ hr {
|
|||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-floating-ui-portal] {
|
||||||
|
color-scheme: var(--color-scheme) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.yellowOfflineIcon {
|
.yellowOfflineIcon {
|
||||||
background-image: url('/assets/icons/offline-blue.png');
|
background-image: url('/assets/icons/offline-blue.png');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user