diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 08:03:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-25 08:44:03 +0100 |
| commit | 57c3f5b57ff9431b89de5b8140ba9c768a18e912 (patch) | |
| tree | 63ab3b520ef42251cd1bb0e47faac2a4de8cae75 /.config/firefox | |
| parent | 1a2c3565fa2fd9a4141e9a020169320b7ffc14ea (diff) | |
| download | dotfiles-57c3f5b57ff9431b89de5b8140ba9c768a18e912.tar.xz | |
Add some positivity to this sad world
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) { |
