Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 377be90

Browse files
Kocalbillyyyyy3320
authored andcommitted
fix: highlighted lines were not highlighted (#37)
1 parent 1412c9b commit 377be90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/code.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ div[class*="language-"]
3939
width 100%
4040
line-height 1.4
4141
.highlighted
42-
background-color rgba(0, 0, 0, 66%)
42+
background-color rgba(255, 255, 255, 20%)
4343
pre, pre[class*="language-"]
4444
background transparent
4545
position relative

0 commit comments

Comments
 (0)