summaryrefslogtreecommitdiff
path: root/.config/firefox
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-01-24 19:28:34 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-01-24 19:31:34 +0100
commitab5b002ca4acbb0352518bd172a742644339df06 (patch)
tree52ad76a69ee90d714351958cd919373ee7bccd8e /.config/firefox
parente6077968c98a4d7f9d1c87a1f4a8ec2715fbc403 (diff)
downloaddotfiles-ab5b002ca4acbb0352518bd172a742644339df06.tar.xz
Tweak LWN style
Darker backgrounds; also try to catch all those weird instances where the background is reset to white.
Diffstat (limited to '.config/firefox')
-rw-r--r--.config/firefox/userContent.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index b620153..33b4e6c 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -36,10 +36,10 @@
.AnnLine > span, table.OddEven tr:nth-child(2n), table.OddEven th {
background-color: black !important;
}
- #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .IndexEntries,
- .AnnLine:nth-child(2n) > span, .Even, table.OddEven tr:nth-child(2n+1),
- .MLThread {
- background-color: #222 !important;
+ #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline,
+ .IndexEntries, .AnnLine:nth-child(2n) > span, .Even,
+ table.OddEven tr:nth-child(2n+1), .MLThread {
+ background-color: #181818 !important;
}
.logo, .logobl {
color: #090 !important;
@@ -53,23 +53,23 @@
color: deepskyblue !important;
}
a:hover {
- background-color: #222 !important;
+ background-color: #181818 !important;
}
.Headline, .Cat2HL, .Cat3HL, .CommentTitle {
- background-color: #421 !important;
+ background-color: #310 !important;
}
.CommentBox {
- border-color: #421 !important;
+ border-color: #310 !important;
}
.OldCommentBox .CommentTitle {
- background-color: #222 !important;
+ background-color: #181818 !important;
}
.OldCommentBox {
- border-color: #222 !important;
+ border-color: #181818 !important;
}
- BLOCKQUOTE.bq, p > span, div:not(.AnnLine) > span, .BigQuote {
+ BLOCKQUOTE.bq, SPAN, div:not(.AnnLine) > span, .BigQuote {
color: pink !important;
background-color: black !important;
}