From b5d2768b1ba145d34576fe754ae3da6665b5c195 Mon Sep 17 00:00:00 2001 From: Shuqi Date: Tue, 30 Apr 2024 08:30:11 +0800 Subject: [PATCH] Fixed clear button invisible in light mode --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index fe29f7e..1a2ed42 100644 --- a/src/index.css +++ b/src/index.css @@ -301,6 +301,7 @@ input#search { font-family: Silkscreen, sans-serif; font-size: 1rem; cursor: pointer; + color: inherit; } #display-options {