We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ad441 commit e281ebdCopy full SHA for e281ebd
src/.vuepress/theme/styles/code.styl
@@ -41,7 +41,7 @@ div[class*="language-"]
41
width 100%
42
line-height 1.4
43
.highlighted
44
- background-color rgb(248 236 204 / 90%)
+ background-color #f3edd1
45
pre, pre[class*="language-"]
46
background transparent
47
position relative
@@ -68,7 +68,7 @@ div[class*="language-"]
68
display block
69
width $lineNumbersWrapperWidth
70
height 100%
71
- background-color rgba(255, 255, 255, 95%)
72
pre
73
padding-left $lineNumbersWrapperWidth + 1 rem
74
vertical-align middle
0 commit comments