mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-25 06:10:40 +00:00
fix: reset dimming filters in light mode (#109)
This commit is contained in:
parent
85905aaa2f
commit
b82f5e1ae8
@ -26,6 +26,18 @@
|
|||||||
--footer-font-color: #{$white};
|
--footer-font-color: #{$white};
|
||||||
--footer-link-color: #{$link-color-footer};
|
--footer-link-color: #{$link-color-footer};
|
||||||
--footer-link-color-visited: #{$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 {
|
@mixin dark_mode {
|
||||||
|
Loading…
Reference in New Issue
Block a user