1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 08:23:14 -06:00

style: smaller and lighter search icon color

This commit is contained in:
Tyler Nguyen 2024-11-07 19:39:12 -06:00
parent be87606ebc
commit 8cd417403e
No known key found for this signature in database

View file

@ -162,7 +162,8 @@
.md-search__icon, .md-search__icon,
.md-search-result__icon, .md-search-result__icon,
.md-search__input::placeholder { .md-search__input::placeholder {
color: var(--md-default-fg-color) !important; color: var(--md-default-fg-color--lighter) !important;
scale: 95%;
} }
.md-search-result__meta { .md-search-result__meta {