From: Mark Wooding Date: Thu, 20 May 2021 17:59:00 +0000 (+0100) Subject: firefox/stylus/salsa.debian.org.css: Focus style changes more carefully. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fdfba7a8d7f552bb980465c4202538ec29ac77ae firefox/stylus/salsa.debian.org.css: Focus style changes more carefully. Also restore the bottom border, for some reason. --- diff --git a/firefox/stylus/salsa.debian.org.css b/firefox/stylus/salsa.debian.org.css index 907d908..4710bbc 100644 --- a/firefox/stylus/salsa.debian.org.css +++ b/firefox/stylus/salsa.debian.org.css @@ -8,7 +8,9 @@ body { font-size: inherit; font-family: sans-serif; } -.md { font-family: serif; } -.md h1, .md h2, .md h3 { font-family: sans-serif; } -.md h2, .md h3 { border-bottom: none; } +.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; } /*@END*/