glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.48k stars 295 forks source link

[BUG] Search field text input is always white #131

Closed knhash closed 3 months ago

knhash commented 5 months ago

This makes search field text illegible while using light theme

Screenshot 2024-06-06 at 20 18 50
svilenmarkov commented 5 months ago

Hey, thanks for reporting this, I'll get it fixed in the next release. In the meantime, for an immediate fix you can use the following custom CSS using the built in custom-css-file property:

.search-input {
    color: var(--color-text-highlight);
}