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); +}