Merge pull request #87 from plastic-labs/vince/search-fix

fix search styling bug
This commit is contained in:
vintro 2024-12-30 20:40:48 -05:00 committed by GitHub
commit f8938c229c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,10 @@
&:focus, &:focus,
&.focus { &.focus {
background: var(--lightgray); background: var(--lightgray);
h3, p {
color: var(--tertiary);
}
} }
& > h3 { & > h3 {