From: Mark Wooding Date: Fri, 19 Jun 2020 11:04:00 +0000 (+0100) Subject: firefox/stylus/salsa.debian.org.css: Use `.md' rather than ... X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a42ebe91334a0bc7fee1afeaabe29bf6fb4b7ccb?ds=inline;hp=0c536be1d7dc54a6d075fc7dde284145d2074e87 firefox/stylus/salsa.debian.org.css: Use `.md' rather than ... `.blob-viewer[data-type="rich"]'. Maybe this is a mistake. --- 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*/