Skip to content

Commit

Permalink
fix: reset dimming filters in light mode (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored May 8, 2021
1 parent 85905aa commit b82f5e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/sass/_color_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
--footer-font-color: #{$white};
--footer-link-color: #{$link-color-footer};
--footer-link-color-visited: #{$link-color-footer};

.dark-mode-dim .gdoc-markdown {
img {
filter: none;
}
}

.gdoc-markdown {
.gdoc-hint {
filter: none;
}
}
}

@mixin dark_mode {
Expand Down

0 comments on commit b82f5e1

Please sign in to comment.