mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-11 14:26:35 +10:00
15 lines
269 B
Stylus
15 lines
269 B
Stylus
.content
|
|
code
|
|
color lighten($textColor, 20%)
|
|
padding 0.25rem 0.5rem
|
|
margin 0
|
|
font-size 0.85em
|
|
background-color rgba(27,31,35,0.05)
|
|
border-radius 3px
|
|
.token
|
|
&.deleted
|
|
color #EC5975
|
|
&.inserted
|
|
color $accentColor
|
|
|