firefox/stylus/salsa.debian.org.css: Reformat the body style.
[profile] / firefox / stylus / salsa.debian.org.css
CommitLineData
142f6907
MW
1/* -*-css-*- */
2/*@ domains: salsa.debian.org */
3/* Unstick stupid sticky navigation bar. */
4.navbar-gitlab { position: relative; }
5
6/* Fix the fonts. */
9df0f405
MW
7body {
8 font-size: inherit;
9 font-family: sans-serif;
10}
a42ebe91
MW
11.md { font-family: serif; }
12.md h1, .md h2, .md h3 { font-family: sans-serif; }
90abc14d 13.md h2, .md h3 { border-bottom: none; }
142f6907 14/*@END*/