diff options
| -rw-r--r-- | .config/firefox/userContent.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index ec6a8be..a5d7dd3 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -115,9 +115,10 @@ .AnnLine > span, table.OddEven tr:nth-child(2n), table.OddEven th { background-color: black !important; } - #menu, .navmenu ul, .topnav-container, .Form, .FeatureByline, .GAByline, - .tlr, .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, .Even, - table.OddEven tr:nth-child(2n+1), .MLThread, .CalMDate, .CalMName { + #menu, .navmenu ul, .topnav-container, .CommHdr, .Form, .FeatureByline, + .GAByline, .tlr, .tlrw, .IndexEntries, .AnnLine:nth-child(2n) > span, + .Even, .FilteredComment, table.OddEven tr:nth-child(2n+1), .MLThread, + .CalMDate, .CalMName { background-color: #181818 !important; } .logo, .logobl { |
