Default Theme: Added a comment that declares the background color of `operator` tokens as intentional (#2309)

This commit is contained in:
Michael Schmidt 2020-06-07 18:51:45 +02:00 committed by GitHub
parent ddf3cc624f
commit 937e2691f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ pre[class*="language-"] {
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
/* This background color was intended by the author of this theme. */
background: hsla(0, 0%, 100%, .5);
}