button font

This commit is contained in:
nelle 2024-08-18 19:52:31 -06:00
parent 64c88f00e5
commit bbba9a5dc4

View file

@ -75,6 +75,10 @@ select {
border-radius: 10px; border-radius: 10px;
} }
button {
font-family: inherit;
}
hr { hr {
width: 32%; width: 32%;
color: var(--gray); color: var(--gray);