jungle theme catalog view: remove background change on hover

This commit is contained in:
towards-a-new-leftypol 2024-02-11 16:29:35 -05:00
parent 37b9272e99
commit 7c684c8410
1 changed files with 5 additions and 0 deletions

View File

@ -148,3 +148,8 @@ color: #054500;
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { .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); background-color: rgba(90%, 90%, 90%, 0.55);
} }
.theme-catalog div.thread:hover {
background: none;
border: none;
}