fix search styling bug

This commit is contained in:
vintro 2024-12-30 20:39:12 -05:00
parent 2ea4fb0818
commit 9926fba1b1
No known key found for this signature in database

View File

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