fix: dark mode for searchInput

This commit is contained in:
GridexX
2022-10-02 15:17:24 +02:00
committed by GitHub
parent 238e4bb8e7
commit 1de5be9861

View File

@@ -33,3 +33,8 @@ body {
height: 1.2em !important;
width: 1.2em !important;
}
.searchInput {
color: var(--fg-color);
caret-color: var(--fg-color);
}