diff options
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/userContent.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 8a8be67..c5170e7 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -5,6 +5,15 @@ * 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: + * + * https://drewdevault.com + * https://jvns.ca + * https://lobste.rs + * https://nullprogram.com */ @-moz-document domain(cr.yp.to) { |
