From 36942f2c10ab899cd8104a6fa2471459c28ff1f9 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Thu, 22 Feb 2024 22:07:49 -0500 Subject: [PATCH] dark red theme catalog hover colors --- stylesheets/dark.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 55cfac11..0f185910 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -54,9 +54,6 @@ a.post_no:hover { div.post.reply { background: #333333; border: #555555 1px solid; - - - } div.post.reply.highlighted { background: #555; @@ -257,3 +254,7 @@ table.board-list-table .board-tags .board-cell:hover { table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { background: #333333; } +.theme-catalog div.thread:hover { + background: #333333; + border: #555555 1px solid; +}