mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32: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
|
||||
--theme-dark: #4AAED9
|
||||
code
|
||||
&.noClass
|
||||
--inlineColor: hsl(198, 100%, 24%)
|
||||
background: hsl(198, 0%, 91%)
|
||||
|
||||
@mixin darkmode
|
||||
|
||||
&[data-mode="dim"]
|
||||
@include darkmode
|
||||
code
|
||||
&.noClass
|
||||
background: var(--code-bg) !important
|
||||
--inlineColor: hsl(194, 57%, 71%)
|
||||
background: hsl(198, 28%, 18%)
|
||||
.post_content
|
||||
a
|
||||
color: var(--theme-dark)
|
||||
color: hsl(198, 65%, 57%)
|
Loading…
Reference in a new issue