fix: Extract punctuation color to variable

This commit is contained in:
Vĩnh Phước
2025-03-08 15:46:05 +07:00
parent 1d17b9a8ef
commit a0bcb9c5f6
7 changed files with 7 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ code.language-html,
.token.selector,
.token.tag,
.token.punctuation {
color: white;
color: var(--syntax-punctuation-color);
}
.token.comment,