firefox/stylus/salsa.debian.org.css: Reformat the body style.
[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 {
8 font-size: inherit;
9 font-family: sans-serif;
10 }
11 .md { font-family: serif; }
12 .md h1, .md h2, .md h3 { font-family: sans-serif; }
13 .md h2, .md h3 { border-bottom: none; }
14 /*@END*/