diff options
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/userContent.css | 3 |
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; |
