Skip to content

Commit e281ebd

Browse files
authored
fix highlight color (vuejs#271)
1 parent d3ad441 commit e281ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/theme/styles/code.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ div[class*="language-"]
4141
width 100%
4242
line-height 1.4
4343
.highlighted
44-
background-color rgb(248 236 204 / 90%)
44+
background-color #f3edd1
4545
pre, pre[class*="language-"]
4646
background transparent
4747
position relative
@@ -68,7 +68,7 @@ div[class*="language-"]
6868
display block
6969
width $lineNumbersWrapperWidth
7070
height 100%
71-
background-color rgba(255, 255, 255, 95%)
71+
background-color #f3edd1
7272
pre
7373
padding-left $lineNumbersWrapperWidth + 1 rem
7474
vertical-align middle

0 commit comments

Comments
 (0)