mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
17 lines
No EOL
409 B
Sass
17 lines
No EOL
409 B
Sass
html
|
|
code
|
|
&.noClass
|
|
--inlineColor: hsl(198, 100%, 24%)
|
|
background: hsl(198, 0%, 91%)
|
|
|
|
@mixin darkmode
|
|
|
|
&[data-mode="dim"]
|
|
@include darkmode
|
|
code
|
|
&.noClass
|
|
--inlineColor: hsl(194, 57%, 71%)
|
|
background: hsl(198, 28%, 18%)
|
|
.post_content
|
|
a
|
|
color: hsl(198, 65%, 57%) |