From a42ebe91334a0bc7fee1afeaabe29bf6fb4b7ccb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Jun 2020 12:04:00 +0100 Subject: [PATCH] firefox/stylus/salsa.debian.org.css: Use `.md' rather than ... `.blob-viewer[data-type="rich"]'. Maybe this is a mistake. --- firefox/stylus/salsa.debian.org.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/firefox/stylus/salsa.debian.org.css b/firefox/stylus/salsa.debian.org.css index fb2c48e..6d45dd5 100644 --- a/firefox/stylus/salsa.debian.org.css +++ b/firefox/stylus/salsa.debian.org.css @@ -4,10 +4,7 @@ .navbar-gitlab { position: relative; } /* Fix the fonts. */ -.blob-viewer[data-type="rich"] { font-family: serif; } -.blob-viewer[data-type="rich"] h1, -.blob-viewer[data-type="rich"] h2, -.blob-viewer[data-type="rich"] h3 - { font-family: sans-serif; } body { font-size: inherit; font-family: sans-serif; } +.md { font-family: serif; } +.md h1, .md h2, .md h3 { font-family: sans-serif; } /*@END*/ -- 2.11.0