firefox/stylus/salsa.debian.org.css: Suppress rule under subsection heads.
[profile] / firefox / stylus / salsa.debian.org.css
1 /* -*-css-*- */
2 /*@ domains: salsa.debian.org */
3 /* Unstick stupid sticky navigation bar. */
4 .navbar-gitlab { position: relative; }
5
6 /* Fix the fonts. */
7 body { font-size: inherit; font-family: sans-serif; }
8 .md { font-family: serif; }
9 .md h1, .md h2, .md h3 { font-family: sans-serif; }
10 .md h2, .md h3 { border-bottom: none; }
11 /*@END*/