Skip to content

Commit 8dfebf2

Browse files
committed
fix(css): Override .token.operator bg to trasnparent
1 parent 1dfe6a0 commit 8dfebf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/code-syntax.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ pre.line-numbers .line-numbers-rows > span:before {
4343
padding-right: 1em !important;
4444
}
4545

46+
.token.operator {
47+
background: transparent !important;
48+
}
49+
4650
div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
4751
color: #000;
4852
background: transparent;

0 commit comments

Comments
 (0)