We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.token.operator
trasnparent
1 parent 1dfe6a0 commit 0c7db78Copy full SHA for 0c7db78
1 file changed
styles/code-syntax.css
@@ -43,6 +43,10 @@ pre.line-numbers .line-numbers-rows > span:before {
43
padding-right: 1em !important;
44
}
45
46
+.token.operator {
47
+ background: transparent !important;
48
+}
49
+
50
div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
51
color: #000;
52
background: transparent;
0 commit comments