diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-17 07:41:23 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-17 07:41:23 +0200 |
| commit | e9ca92bcfe1fcc8b0bd9bdb1ae79a8b5f80eb1ee (patch) | |
| tree | 8716600eed4e0e12a778ff2b0835e979773f7872 /.config/firefox | |
| parent | b94f54827fc31f95ab3c87d47bf7245647cc137e (diff) | |
| download | dotfiles-e9ca92bcfe1fcc8b0bd9bdb1ae79a8b5f80eb1ee.tar.xz | |
Adapt LWN CSS hacks to recent comment threading update
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/userContent.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index a5d7dd3..0ab060f 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -143,7 +143,7 @@ .CommentBox { border-color: #310 !important; } - .OldCommentBox .CommentTitle { + .OldCommentBox > summary > .CommentTitle { background-color: #181818 !important; } .OldCommentBox { |
