From 1056c8e67016473cce8f8f760a056e9db26d83c8 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 23 Nov 2014 16:33:08 -0500 Subject: [PATCH] Remove useless background color --- assets/stylesheets/components/_prism.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/stylesheets/components/_prism.scss b/assets/stylesheets/components/_prism.scss index 13108e85..3eea7ced 100644 --- a/assets/stylesheets/components/_prism.scss +++ b/assets/stylesheets/components/_prism.scss @@ -29,7 +29,6 @@ .language-css .token.string, .style .token.string { color: #a67f59; - background: hsla(0, 0%, 100%, .5); } .token.atrule,