From d4bc625c053c9cbf2e5e28029792d4635e25dd1a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:16:29 +0200 Subject: [PATCH] szalet.css: change catalog hover color --- stylesheets/szalet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/szalet.css b/stylesheets/szalet.css index a766416e..6feb4939 100644 --- a/stylesheets/szalet.css +++ b/stylesheets/szalet.css @@ -206,3 +206,8 @@ div.pages { border: 0; background: none !important; } + +.theme-catalog div.thread:hover { + background: #583E28; + border-color: transparent; +}