Skip to content

Commit

Permalink
fixed the darkmode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishim12 committed Nov 9, 2024
1 parent b6b45ac commit 484faeb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ubyssey/static_src/src/styles/components/events/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,15 @@ header.events{
top: 1em;
z-index: 500;
button.dark-mode-switcher {
color: var(--header_color);
}

@media ($bp-larger-than-desktop) {
button.dark-mode-switcher {
color: #ffffff;
}
}
}

}

@media($bp-larger-than-desktop) {
Expand Down

0 comments on commit 484faeb

Please sign in to comment.