summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-10-01 12:00:39 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-10-01 12:04:21 +0200
commit524b9279a6b8434d37fee399ed318a97ee0192ef (patch)
treeea5615be11b0ccb7f5637a094d05a8cf771a6997 /.config
parent1688ee78986af9f069da864779db7cdf4f707b7d (diff)
downloaddotfiles-524b9279a6b8434d37fee399ed318a97ee0192ef.tar.xz
Make LWN CSS rule more targeted
So as not to catch e.g. <https://static.lwn.net/kerneldoc/>.
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/userContent.css2
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 {