mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(ziro): make all modal elements visible (#1031)
This commit is contained in:
parent
29e795bad9
commit
82c2e40bce
@ -345,9 +345,11 @@
|
|||||||
.marketplace-settings-button:hover {
|
.marketplace-settings-button:hover {
|
||||||
background-color: var(--spice-button-disabled);
|
background-color: var(--spice-button-disabled);
|
||||||
}
|
}
|
||||||
.GenericModal > * {
|
.GenericModal .encore-light-theme,
|
||||||
background-color: var(--spice-main) !important;
|
.GenericModal .encore-dark-theme {
|
||||||
color: var(--spice-text);
|
--text-base: var(--spice-text);
|
||||||
|
--text-subdued: var(--spice-subtext);
|
||||||
|
--background-base: var(--spice-main);
|
||||||
}
|
}
|
||||||
.GenericModal,
|
.GenericModal,
|
||||||
.GenericModal > * {
|
.GenericModal > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user