firefox/chrome-userContent.css: Remove (invisible) borders round monospace.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 17:36:06 +0000 (18:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 17:36:06 +0000 (18:36 +0100)
Everything just looks weird.

firefox/chrome-userContent.css

index 6db2930..a1bc6bd 100644 (file)
        blockquote { padding-inline-start: 30px !important; }
        p, li { padding: 0 !important; }
 
+       code {
+               margin: 0 !important;
+               padding: 0 !important;
+               border-radius: 0 !important;
+       }
+
        h1, h2, h3, h4 { font-family: sans-serif; !important; }
 }