From: Mark Wooding Date: Sun, 3 Oct 2021 14:05:10 +0000 (+0100) Subject: firefox/stylus/*.css: New styles for Fandom and Vridar. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b0990cb6ef61299985934ddf0bfb8f1297110aaa firefox/stylus/*.css: New styles for Fandom and Vridar. --- diff --git a/firefox/stylus/fandom.com.css b/firefox/stylus/fandom.com.css new file mode 100644 index 0000000..7ba2b2e --- /dev/null +++ b/firefox/stylus/fandom.com.css @@ -0,0 +1,4 @@ +/* -*-css-*- */ +/*@ domains: fandom.com */ +body { overflow: scroll !important; } +/*@END*/ diff --git a/firefox/stylus/vridar.org.css b/firefox/stylus/vridar.org.css new file mode 100644 index 0000000..e5bd41b --- /dev/null +++ b/firefox/stylus/vridar.org.css @@ -0,0 +1,13 @@ +/* -*-css-*- */ +/*@ domains: vridar.org */ +a:hover { border: 0 !important; } +.tagcloud a:hover { border: solid 1px !important; } +a:visited { color: #0000d8 !important; } +a:link, a:hover { color: #007ac8 !important; } +.site-content { font-size: inherit; } +body { font-family: serif; } +h1, h2, h3, h4, h5, h6 { + font-family: sans-serif; + font-weight: bold; +} +/*@END*/