From ca25c85984745448156fef6de13119b4b6093e48 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 1 Jun 2025 23:21:13 +0200 Subject: [PATCH] tsuki.css: change hover color --- stylesheets/tsuki.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/tsuki.css b/stylesheets/tsuki.css index 17547509..9995889d 100644 --- a/stylesheets/tsuki.css +++ b/stylesheets/tsuki.css @@ -690,8 +690,8 @@ pre { } .theme-catalog div.thread:hover { - background: #D6DAF0; - border-color: #B7C5D9; + background: #927C8E; + border-color: transparent; } .theme-catalog div.grid-size-vsmall img { @@ -1358,7 +1358,7 @@ a.post_no:hover { text-decoration: underline overline; } div.post.reply.highlighted { - background: #D6BAD0; + background: #927C8E; border: transparent 1px solid; @media (max-width: 48em) {