mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
swap inline code colors with those from VMware's Clarity spec to improve contrast
This commit is contained in:
parent
9f20a7ef86
commit
e9734cc0d1
1 changed files with 8 additions and 3 deletions
|
@ -1,12 +1,17 @@
|
||||||
html
|
html
|
||||||
--theme-dark: #4AAED9
|
code
|
||||||
|
&.noClass
|
||||||
|
--inlineColor: hsl(198, 100%, 24%)
|
||||||
|
background: hsl(198, 0%, 91%)
|
||||||
|
|
||||||
@mixin darkmode
|
@mixin darkmode
|
||||||
|
|
||||||
&[data-mode="dim"]
|
&[data-mode="dim"]
|
||||||
@include darkmode
|
@include darkmode
|
||||||
code
|
code
|
||||||
&.noClass
|
&.noClass
|
||||||
background: var(--code-bg) !important
|
--inlineColor: hsl(194, 57%, 71%)
|
||||||
|
background: hsl(198, 28%, 18%)
|
||||||
.post_content
|
.post_content
|
||||||
a
|
a
|
||||||
color: var(--theme-dark)
|
color: hsl(198, 65%, 57%)
|
Loading…
Reference in a new issue