commit 524b9279a6b8434d37fee399ed318a97ee0192ef
parent 1688ee78986af9f069da864779db7cdf4f707b7d
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 1 Oct 2022 12:00:39 +0200
Make LWN CSS rule more targeted
So as not to catch e.g. <https://static.lwn.net/kerneldoc/>.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 {