firefox/stylus/: Some more style overrides.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 09:16:42 +0000 (10:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Jun 2020 09:17:38 +0000 (10:17 +0100)
firefox/stylus/dreamwidth.org.css [new file with mode: 0644]
firefox/stylus/salsa.debian.org.css [new file with mode: 0644]

diff --git a/firefox/stylus/dreamwidth.org.css b/firefox/stylus/dreamwidth.org.css
new file mode 100644 (file)
index 0000000..8ceeeab
--- /dev/null
@@ -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 (file)
index 0000000..9871c96
--- /dev/null
@@ -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*/