From 46c5f17db8422cad889c80738bb22684ee002772 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:08:19 +0200 Subject: [PATCH] dark_red.css: change catalog hover color --- stylesheets/dark_red.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/dark_red.css b/stylesheets/dark_red.css index 4ffe4eeb..71ca26e0 100644 --- a/stylesheets/dark_red.css +++ b/stylesheets/dark_red.css @@ -194,6 +194,10 @@ div.boardlist:not(.bottom) { div.report { color: #666666; } +.theme-catalog div.thread:hover { + background: #4f4f4f; + border-color: transparent; +} #options_div, #alert_div { background: #333333; }