diff options
Diffstat (limited to '.config/firefox/userContent.css')
| -rw-r--r-- | .config/firefox/userContent.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 19beafc..d9a4017 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -1,21 +1,25 @@ /* To enable: * - set toolkit.legacyUserProfileCustomizations.stylesheets * - move this file to $profiledir/chrome + * (Firefox does not read "~/.config/firefox"; I just wanted a + * somewhat memorable directory for this dotfile) * * References: * https://web.archive.org/web/20211023121642/https://kb.mozillazine.org/UserContent.css * https://developer.mozilla.org/en-US/docs/Web/CSS/@document * - * Lest this file become little more than a slightly disguised - * collection of web design pisstakes, I'll also list some websites - * whose layout I find functional and praiseworthy: + * To elevate this file slightly above "thinly disguised collection of + * web design pisstakes", I'll also list some websites whose layout I + * find functional and praiseworthy: * + * https://aphyr.com * https://drewdevault.com * https://jvns.ca * https://lobste.rs * https://nullprogram.com * https://protesilaos.com * https://rachelbythebay.com/w + * https://www.joshwcomeau.com * https://www.stilldrinking.org */ |
