fix: Extract punctuation color to variable
This commit is contained in:
@@ -50,7 +50,7 @@ code.language-html,
|
||||
.token.selector,
|
||||
.token.tag,
|
||||
.token.punctuation {
|
||||
color: white;
|
||||
color: var(--syntax-punctuation-color);
|
||||
}
|
||||
|
||||
.token.comment,
|
||||
|
||||
Reference in New Issue
Block a user