Skip to content

Commit

Permalink
Merge pull request #32 from skjnldsv/fix/head
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Aug 1, 2023
2 parents 9244879 + 3c8df83 commit bfe5d26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ body {
.checkbox-radio-switch__icon svg {
fill: var(--color-text-maxcontrast);
}

/* Force white app menu for cleaner contrast with pride background */
.app-menu-main .app-menu-entry.app-menu-entry__active::before {
background-color: white !important;
}
#header {
--background-image-invert-if-bright: no;
--color-primary-element-text: white;
--color-primary-text: white;
}

0 comments on commit bfe5d26

Please sign in to comment.