Merge remote-tracking branches 'spirit', 'crybaby' and 'staging'
[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}
fdfba7a8
MW
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; }
142f6907 16/*@END*/