From 73ecdc4e69b06fe5dde0306ce82771728271254d Mon Sep 17 00:00:00 2001 From: Linty Date: Thu, 5 Sep 2024 14:27:09 +0200 Subject: [PATCH] theme-appropriate colors for album selector items --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 3fb5892..c1181fc 100644 --- a/theme.css +++ b/theme.css @@ -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; +} \ No newline at end of file