fix(search): flex basis and card highlighting

This commit is contained in:
Jacky Zhao
2024-02-02 12:18:02 -08:00
parent 9ff1fdd280
commit 742b883256
3 changed files with 28 additions and 29 deletions

View File

@ -26,7 +26,7 @@ section {
}
::selection {
background: color-mix(in srgb, var(--tertiary) 60%, transparent);
background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
color: var(--darkgray);
}