From: Mark Wooding Date: Fri, 19 Jun 2020 09:16:42 +0000 (+0100) Subject: firefox/stylus/: Some more style overrides. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/142f6907de72008369f40099b732091c6c296643 firefox/stylus/: Some more style overrides. --- diff --git a/firefox/stylus/dreamwidth.org.css b/firefox/stylus/dreamwidth.org.css new file mode 100644 index 0000000..8ceeeab --- /dev/null +++ b/firefox/stylus/dreamwidth.org.css @@ -0,0 +1,5 @@ +/* -*-css-*- */ +/*@ domains: dreamwidth.org */ +body { font-family: serif; font-size: inherit; } +h1, h2, h3, h4 { font-family: sans-serif; } +/*@END*/ diff --git a/firefox/stylus/salsa.debian.org.css b/firefox/stylus/salsa.debian.org.css new file mode 100644 index 0000000..9871c96 --- /dev/null +++ b/firefox/stylus/salsa.debian.org.css @@ -0,0 +1,16 @@ +/* -*-css-*- */ +/*@ domains: salsa.debian.org */ +/* Unstick stupid sticky navigation bar. */ +.navbar-gitlab { position: relative; } + +/* Fix the fonts. */ +body { + font-size: inherit; + font-family: sans-serif; +} +.blob-viewer[data-type="rich"] { font-family: serif; } +.blob-viewer[data-type="rich"] h1, +.blob-viewer[data-type="rich"] h2, +.blob-viewer[data-type="rich"] h3 + { font-family: sans-serif; } +/*@END*/