summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 12:37:11 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-02-13 12:37:11 +0100
commit0d23edde94c528c65313af28eb3038f709d9e146 (patch)
tree16778ef9f3ab06b11a4cd3b822a98aba07402801 /.config
parent1b89ef641f3987d2b5c6b74cb9ad3884720eb810 (diff)
downloaddotfiles-0d23edde94c528c65313af28eb3038f709d9e146.tar.xz
Add LWN class to custom CSS
https://lwn.net/Articles/884301/
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 fd06a68..a878a36 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -37,7 +37,7 @@
background-color: black !important;
}
#menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline,
- .IndexEntries, .AnnLine:nth-child(2n) > span, .Even,
+ .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even,
table.OddEven tr:nth-child(2n+1), .MLThread {
background-color: #181818 !important;
}