firefox/stylus/: Some more style overrides.
[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. */
7body {
8 font-size: inherit;
9 font-family: sans-serif;
10}
11.blob-viewer[data-type="rich"] { font-family: serif; }
12.blob-viewer[data-type="rich"] h1,
13.blob-viewer[data-type="rich"] h2,
14.blob-viewer[data-type="rich"] h3
15 { font-family: sans-serif; }
16/*@END*/