fix(*.css): more consistent hover states + fix reduced motion support

This commit is contained in:
Cory Dransfeldt 2025-04-14 13:54:00 -07:00
parent a284f758e2
commit 321b6d2fca
No known key found for this signature in database
8 changed files with 45 additions and 71 deletions

View file

@ -50,6 +50,15 @@ label svg {
}
}
summary {
font-weight: var(--font-weight-bold);
transition: font-weight var(--transition-duration-default) var(--transition-ease-in-out);
}
details[open] summary {
font-weight: var(--font-weight-light);
}
.search__form--type {
display: flex;
gap: var(--spacing-md);