Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Removed dark-theme class wrapping + fixes
Browse files Browse the repository at this point in the history
Signed-off-by: LinusCS <[email protected]>
  • Loading branch information
Linus-CS committed Jul 9, 2020
1 parent eeed9ce commit e377587
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions less/_components/quicksilver/dark-theme.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.prefers-color-scheme{
@media (prefers-color-scheme: dark) {
body footer{
background-color: @body-dark-theme;
color: @text-dark-theme;
}
@media (prefers-color-scheme: dark) {
body, footer{
background-color: @body-dark-theme;
color: @text-dark-theme;
}

body a{
color: @brand-primary;
}
main a{
color: @brand-primary;
}
}


0 comments on commit e377587

Please sign in to comment.