From 15f679193cb554917fa355b6f70e9bf5125c98b7 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Sat, 11 Aug 2018 13:11:02 +0200 Subject: [PATCH] Remove rule redundant with syntax highlighting Should also help with performance as per https://github.com/whatwg/whatwg.org/issues/220#issuecomment-412226368. --- resources.whatwg.org/standard.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources.whatwg.org/standard.css b/resources.whatwg.org/standard.css index ffedd88ad..c91a8fb30 100644 --- a/resources.whatwg.org/standard.css +++ b/resources.whatwg.org/standard.css @@ -443,9 +443,6 @@ pre > code.idl, pre.idl { pre > code.css, pre.highlight.lang-css { background: #FFE; } -pre > code.css::first-line { /* Special HTML-specific rule for UA stylesheet @namespace lines */ - color: #AAAA50; -} @media (max-width: 767px) { pre > code.idl, pre.idl, pre > code.css, pre.highlight.lang-css {