tsuki.css: change hover color

This commit is contained in:
Zankaria 2025-06-01 23:21:13 +02:00
parent ee84baf87d
commit ca25c85984

View file

@ -690,8 +690,8 @@ pre {
} }
.theme-catalog div.thread:hover { .theme-catalog div.thread:hover {
background: #D6DAF0; background: #927C8E;
border-color: #B7C5D9; border-color: transparent;
} }
.theme-catalog div.grid-size-vsmall img { .theme-catalog div.grid-size-vsmall img {
@ -1358,7 +1358,7 @@ a.post_no:hover {
text-decoration: underline overline; text-decoration: underline overline;
} }
div.post.reply.highlighted { div.post.reply.highlighted {
background: #D6BAD0; background: #927C8E;
border: transparent 1px solid; border: transparent 1px solid;
@media (max-width: 48em) { @media (max-width: 48em) {