firefox/stylus/salsa.debian.org.css: Focus style changes more carefully.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 17:59:00 +0000 (18:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 17:59:00 +0000 (18:59 +0100)
Also restore the bottom border, for some reason.

firefox/stylus/salsa.debian.org.css

index 907d908..4710bbc 100644 (file)
@@ -8,7 +8,9 @@ body {
         font-size: inherit;
         font-family: sans-serif;
 }
-.md { font-family: serif; }
-.md h1, .md h2, .md h3 { font-family: sans-serif; }
-.md h2, .md h3 { border-bottom: none; }
+.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*/