Skip to content

Commit

Permalink
Default Theme: Added a comment that declares the background color of …
Browse files Browse the repository at this point in the history
…`operator` tokens as intentional (PrismJS#2309)
  • Loading branch information
RunDevelopment authored and quentinvernot committed Sep 11, 2020
1 parent 4d02c1d commit 8a42da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/prism.css
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8a42da0

Please sign in to comment.