From 8a42da0854039a47bbe0dbda81ea7a23a01b2119 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sun, 7 Jun 2020 18:51:45 +0200 Subject: [PATCH] Default Theme: Added a comment that declares the background color of `operator` tokens as intentional (#2309) --- themes/prism.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/prism.css b/themes/prism.css index 618a4121e1..5b8ed2d132 100644 --- a/themes/prism.css +++ b/themes/prism.css @@ -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); }