From 7c684c8410c9d80fb3f11aa6eb11cceff79f6e49 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 11 Feb 2024 16:29:35 -0500 Subject: [PATCH] jungle theme catalog view: remove background change on hover --- stylesheets/jungle.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index a43ce6e2..19ce84ec 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -148,3 +148,8 @@ color: #054500; .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { background-color: rgba(90%, 90%, 90%, 0.55); } + +.theme-catalog div.thread:hover { + background: none; + border: none; +}