Skip to content

Commit

Permalink
Improve icon appearance with new navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
aopell committed Oct 13, 2023
1 parent a79d991 commit 61ea304
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/modern/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ variable-intellisense {
background-color: var(--muted-text) !important;
}

:root[modern=true][dark=true] #header > header li svg.util-v2-icon-height-2N1T4 {
filter: Hue-Rotate(200deg) Invert(1) Saturate(2);
}

:root[modern=true] .popups-box .popups-body,
:root[modern=true] #popups-loading div {
background-color: var(--primary) !important;
Expand Down
4 changes: 4 additions & 0 deletions scss/modern/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ variable-intellisense {
}
}

&[dark=true] #header > header li svg.util-v2-icon-height-2N1T4 {
filter: Hue-Rotate(200deg) Invert(1) Saturate(2);
}

// Schoology Popups

.popups-box .popups-body,
Expand Down

0 comments on commit 61ea304

Please sign in to comment.