fix diff duotone syntax color

This commit is contained in:
panr
2020-11-16 00:00:41 +01:00
parent 29200fe841
commit 1e46e9cdaf
8 changed files with 10 additions and 7 deletions

View File

@ -14,7 +14,8 @@ code.language-scss,
.token.statement,
.token.regex,
.token.atrule,
.token.number {
.token.number,
.token.inserted {
color: var(--accent);
}
@ -30,6 +31,7 @@ code.language-scss,
.token.property,
.token.function,
.token.deleted,
code.language-javascript,
code.language-html,
.command-line-prompt > span:before {