From: Mark Wooding Date: Fri, 19 Jun 2020 11:03:31 +0000 (+0100) Subject: firefox/stylus/salsa.debian.org.css: Squash the `body' styling. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/0c536be1d7dc54a6d075fc7dde284145d2074e87 firefox/stylus/salsa.debian.org.css: Squash the `body' styling. --- diff --git a/firefox/stylus/salsa.debian.org.css b/firefox/stylus/salsa.debian.org.css index 9871c96..fb2c48e 100644 --- a/firefox/stylus/salsa.debian.org.css +++ b/firefox/stylus/salsa.debian.org.css @@ -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*/