chiark / gitweb /
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 9871c9626fc52402c08fb370d1fd0288afbaf16d..fb2c48efb7ed45033a70dd615b5e17e56e8b5284 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*/