Fix modal background color in Dark mode

This commit is contained in:
Bubka 2023-02-08 16:35:52 +01:00
parent 07608917fb
commit 3c4b7bdd15

View File

@ -15,7 +15,7 @@ footer,
:root[data-theme="dark"] footer,
:root[data-theme="dark"] .header,
:root[data-theme="dark"] .modal-background,
:root[data-theme="dark"] .modal-background,
:root[data-theme="dark"] .modal-slot,
:root[data-theme="dark"] .options-header {
background-color: $black-ter;
}
@ -24,7 +24,7 @@ footer,
:root[data-theme="system"] footer,
:root[data-theme="system"] .header,
:root[data-theme="system"] .modal-background,
:root[data-theme="system"] .modal-background,
:root[data-theme="system"] .modal-slot,
:root[data-theme="system"] .options-header {
background-color: $black-ter;
}