From 6da923f886334d281f72b6684f202028318265b4 Mon Sep 17 00:00:00 2001 From: MareStare Date: Tue, 18 Mar 2025 04:21:50 +0000 Subject: [PATCH] Fix light-yellow --- assets/css/themes/light-yellow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/themes/light-yellow.css b/assets/css/themes/light-yellow.css index c84ecf28..38c904fb 100644 --- a/assets/css/themes/light-yellow.css +++ b/assets/css/themes/light-yellow.css @@ -41,7 +41,7 @@ $commission-category-color: #986f3d; $image-overlay-color: #ffffff; $image-overlay-background-color: #000000; -$autocomplete-history-color:rgb(142, 126, 6); +$autocomplete-history-color: #8e7e06; @mixin light-theme-mutations;