firefox/stylus/salsa.debian.org.css: Suppress rule under subsection heads.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:04:45 +0000 (12:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 11:04:45 +0000 (12:04 +0100)
The section and subsection styles aren't very clearly distinguished.
This helps, and also declutters the page.

firefox/stylus/salsa.debian.org.css

index 6d45dd5..ad8089d 100644 (file)
@@ -7,4 +7,5 @@
 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; }
 /*@END*/