summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-08-06 16:04:35 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-02 07:56:54 +0200
commit6837f8874df7fd64c2bc10a4740699a4feb4355c (patch)
tree6287b03f559bff7563d0e45232373d358484123f
parent2e34814f039bd6afada27ccf5bded70449ed118a (diff)
downloaddotfiles-6837f8874df7fd64c2bc10a4740699a4feb4355c.tar.xz
Whack one more mole in lwn.net CSS
See <https://lwn.net/Articles/902796/bigpage#Briefs>.
-rw-r--r--.config/firefox/userContent.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index 7faf479..44f4c88 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -133,8 +133,9 @@
background-color: #181818 !important;
}
- .Headline, .Cat2HL, .Cat3HL, .CommentTitle {
+ .Headline, .Cat1HL, .Cat2HL, .Cat3HL, .CommentTitle {
background-color: #310 !important;
+ color: white !important;
}
.CommentBox {
border-color: #310 !important;