diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-10 16:05:22 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-08-10 16:05:22 +0200 |
| commit | 19394d859ba356c4123dc455b5bb598a9527ebd9 (patch) | |
| tree | 539ab0db6aef827b1450aad77c2040b7d95e09f6 /.config/firefox | |
| parent | 423cd589fbd42cccb6f079f2a5947813528cb4ff (diff) | |
| download | dotfiles-19394d859ba356c4123dc455b5bb598a9527ebd9.tar.xz | |
Amend CSS config commentary
Diffstat (limited to '.config/firefox')
| -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 */ |
