feat: improve search preview styling and tokenization

This commit is contained in:
Jacky Zhao
2024-02-01 21:15:28 -08:00
parent c00089bd57
commit c0c0b24138
4 changed files with 43 additions and 34 deletions

View File

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