diff options
| -rw-r--r-- | .config/firefox/userContent.css | 20 |
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; } |
