chore(deps): update dependency refs-cli to ^0.0.7 (#176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 449248c6e0
This commit is contained in:
jaywcjlove
2022-11-26 09:24:54 +00:00
parent dab8c87925
commit b64e779ce5
2 changed files with 4 additions and 2 deletions

View File

@ -1148,12 +1148,14 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
color: var(--color-prettylights-syntax-string);
}
.token.color,
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
color: var(--color-prettylights-syntax-string);
}
.token.atrule {
color: var(--color-prettylights-syntax-markup-inserted-text);
}
.token.rule,
.token.regex,
.token.important,