firefox/stylus/salsa.debian.org.css: Squash the `body' styling.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:03:31 +0000 (12:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:03:31 +0000 (12:03 +0100)
firefox/stylus/salsa.debian.org.css

index 9871c96..fb2c48e 100644 (file)
@@ -4,13 +4,10 @@
 .navbar-gitlab { position: relative; }
 
 /* Fix the fonts. */
-body { 
-        font-size: inherit;
-        font-family: sans-serif;
-}
 .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; }
 /*@END*/