improve dark mode contrast by adjusting link colors and adding

background to inline code snippets
This commit is contained in:
John Bowdre 2022-01-01 15:00:25 -06:00
parent 1e1bebda6e
commit f6053eda78

View file

@ -0,0 +1,12 @@
html
--theme-dark: #4AAED9
@mixin darkmode
&[data-mode="dim"]
@include darkmode
code
&.noClass
background: var(--code-bg) !important
.post_content
a
color: var(--theme-dark)