firefox/stylus/salsa.debian.org.css: Use `.md' rather than ...
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:04:00 +0000 (12:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:04:00 +0000 (12:04 +0100)
`.blob-viewer[data-type="rich"]'.  Maybe this is a mistake.

firefox/stylus/salsa.debian.org.css

index fb2c48e..6d45dd5 100644 (file)
@@ -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*/