2022-01-01 21:00:25 +00:00
|
|
|
html
|
2022-01-02 19:25:07 +00:00
|
|
|
code
|
|
|
|
&.noClass
|
|
|
|
--inlineColor: hsl(198, 100%, 24%)
|
|
|
|
background: hsl(198, 0%, 91%)
|
|
|
|
|
2022-01-15 19:55:58 +00:00
|
|
|
.notices
|
|
|
|
border-radius: 0.5rem
|
|
|
|
|
2022-01-01 21:00:25 +00:00
|
|
|
@mixin darkmode
|
|
|
|
|
|
|
|
&[data-mode="dim"]
|
|
|
|
@include darkmode
|
|
|
|
code
|
|
|
|
&.noClass
|
2022-01-02 19:25:07 +00:00
|
|
|
--inlineColor: hsl(194, 57%, 71%)
|
|
|
|
background: hsl(198, 28%, 18%)
|
2022-01-01 21:00:25 +00:00
|
|
|
.post_content
|
|
|
|
a
|
2022-01-15 19:55:58 +00:00
|
|
|
color: hsl(198, 65%, 57%)
|
|
|
|
.notices
|
|
|
|
color: var(--light)
|
|
|
|
&.info
|
|
|
|
border-color: hsl(198, 100%, 32%)
|
|
|
|
background: hsl(198, 100%, 24%)
|
|
|
|
&.warning
|
|
|
|
border-color: hsl(9, 92%, 50%)
|
|
|
|
background: hsl(9, 100%, 38%)
|
|
|
|
&.note
|
|
|
|
border-color: hsl(46, 100%, 45%)
|
|
|
|
background: hsl(41, 100%, 36%)
|
|
|
|
&.tip
|
|
|
|
border-color: hsl(93, 85%, 32%)
|
2022-04-25 19:57:50 +00:00
|
|
|
background: hsl(93, 100%, 21%)
|
|
|
|
|
|
|
|
|