mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +01:00
Fix modal background color in Dark mode
This commit is contained in:
parent
07608917fb
commit
3c4b7bdd15
4
resources/sass/app.scss
vendored
4
resources/sass/app.scss
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user