mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 15:02:18 +00:00
12 lines
No EOL
274 B
Sass
12 lines
No EOL
274 B
Sass
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) |