From 524b9279a6b8434d37fee399ed318a97ee0192ef Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 1 Oct 2022 12:00:39 +0200 Subject: Make LWN CSS rule more targeted So as not to catch e.g. . --- .config/firefox/userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3