Skip to content

Commit

Permalink
fix(ziro): make all modal elements visible
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Dec 21, 2023
1 parent 27cafff commit addf59d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Ziro/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
--spice-highlight: var(--spice-button-disabled);
--spice-highlight-elevated: var(--spice-card);
}
.encore-dark-theme, .encore-dark-theme .encore-base-set {
.encore-dark-theme, .encore-dark-theme .encore-base-set,
.encore-light-theme, .encore-light-theme .encore-base-set {
--text-base: var(--spice-text);
--text-subdued: var(--spice-subtext);
--background-base: var(--spice-main);
}
/* background */
.main-home-homeHeader,
Expand Down Expand Up @@ -351,10 +354,6 @@
.marketplace-settings-button:hover {
background-color: var(--spice-button-disabled);
}
.GenericModal > * {
background-color: var(--spice-main) !important;
color: var(--spice-text);
}
.GenericModal,
.GenericModal > * {
border-radius: var(--br-1);
Expand Down Expand Up @@ -587,4 +586,4 @@ label.Type__TypeElement-goli3j-0.gCwing.main-playlistEditDetailsModal-textElemen
/*about artist card text*/
.artist-artistAbout-container.artist-artistAbout-backgroundImage .artist-artistAbout-content > div {
color: #fff;
}
}

0 comments on commit addf59d

Please sign in to comment.