firefox/stylus/salsa.debian.org.css: Focus style changes more carefully.
[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 .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*/