mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
improve dark mode contrast by adjusting link colors and adding
background to inline code snippets
This commit is contained in:
parent
1e1bebda6e
commit
f6053eda78
1 changed files with 12 additions and 0 deletions
12
assets/sass/_override.sass
Normal file
12
assets/sass/_override.sass
Normal 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)
|
Loading…
Reference in a new issue