theme-appropriate colors for album selector items

This commit is contained in:
Linty
2024-09-05 14:27:09 +02:00
parent bb9b5a0971
commit 73ecdc4e69

View File

@@ -290,3 +290,9 @@ TD.nbEntries {
#the_page .content .stuffs { margin: 0!important}
.categoryActions .theme_menuf { display: none;}
/* search page */
.search-result-item {
background-color: #333333;
color: #bbbbbb;
}