From 142f6907de72008369f40099b732091c6c296643 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Jun 2020 10:16:42 +0100 Subject: [PATCH] firefox/stylus/: Some more style overrides. --- firefox/stylus/dreamwidth.org.css | 5 +++++ firefox/stylus/salsa.debian.org.css | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 firefox/stylus/dreamwidth.org.css create mode 100644 firefox/stylus/salsa.debian.org.css 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*/ -- 2.11.0