Skip to content

Commit 3ead0a7

Browse files
committed
fix: selection bg color consistency
1 parent 3f859d1 commit 3ead0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-highlighting.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
code[class*='language-'],
1111
pre[class*='language-'] {
12-
12+
&::selection,
1313
*::selection {
1414
background: rgba(255, 255, 255, 0.16);
1515
}

0 commit comments

Comments
 (0)