dark red theme catalog hover colors

This commit is contained in:
towards-a-new-leftypol 2024-02-22 22:07:49 -05:00
parent ac71dfc8d2
commit 36942f2c10
1 changed files with 4 additions and 3 deletions

View File

@ -54,9 +54,6 @@ a.post_no:hover {
div.post.reply {
background: #333333;
border: #555555 1px solid;
}
div.post.reply.highlighted {
background: #555;
@ -257,3 +254,7 @@ table.board-list-table .board-tags .board-cell:hover {
table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
background: #333333;
}
.theme-catalog div.thread:hover {
background: #333333;
border: #555555 1px solid;
}