diff options
Diffstat (limited to '.config')
| -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 { |
