From 1de5be986188c7a879d11240b9a875c8f3f4c591 Mon Sep 17 00:00:00 2001 From: GridexX Date: Sun, 2 Oct 2022 15:17:24 +0200 Subject: [PATCH] fix: dark mode for searchInput --- styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/global.css b/styles/global.css index 7d04336..a0341ca 100644 --- a/styles/global.css +++ b/styles/global.css @@ -33,3 +33,8 @@ body { height: 1.2em !important; width: 1.2em !important; } + +.searchInput { + color: var(--fg-color); + caret-color: var(--fg-color); +}