dark_spook.css: change catalog hover color

This commit is contained in:
Zankaria 2025-06-01 23:12:38 +02:00
parent f580100121
commit 34bf9b2261

View file

@ -209,6 +209,11 @@ div.boardlist:not(.bottom) {
background-color: #1E1E1E;
}
.theme-catalog div.thread:hover {
background: #555;
border-color: transparent;
}
div.report {
color: #666666;
}