diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-01 12:00:39 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-10-01 12:04:21 +0200 |
| commit | 524b9279a6b8434d37fee399ed318a97ee0192ef (patch) | |
| tree | ea5615be11b0ccb7f5637a094d05a8cf771a6997 | |
| parent | 1688ee78986af9f069da864779db7cdf4f707b7d (diff) | |
| download | dotfiles-524b9279a6b8434d37fee399ed318a97ee0192ef.tar.xz | |
Make LWN CSS rule more targeted
So as not to catch e.g. <https://static.lwn.net/kerneldoc/>.
| -rw-r--r-- | .config/firefox/userContent.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index a092703..4273b3a 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -107,7 +107,7 @@ } } -@-moz-document domain(lwn.net) { +@-moz-document regexp("https://lwn.net/.*") { /* Colors. */ body { |
