dark_red.css: change catalog hover color

This commit is contained in:
Zankaria 2025-06-01 23:08:19 +02:00
parent c9926802f7
commit 46c5f17db8

View file

@ -194,6 +194,10 @@ div.boardlist:not(.bottom) {
div.report { div.report {
color: #666666; color: #666666;
} }
.theme-catalog div.thread:hover {
background: #4f4f4f;
border-color: transparent;
}
#options_div, #alert_div { #options_div, #alert_div {
background: #333333; background: #333333;
} }