fix(search): flex basis and card highlighting
This commit is contained in:
parent
9ff1fdd280
commit
742b883256
3 changed files with 28 additions and 29 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue