Smol button style tweak

This commit is contained in:
swaggboi 2023-11-02 17:58:48 -04:00
parent 990ca1c0ab
commit ff1933de17

View File

@ -98,8 +98,9 @@
.search-button {
border: outset var(--light-blue) 0.18rem;
background-color: var(--light-blue);
text-align: left;
text-align: center;
color: black;
padding: 0 1em;
}
.search-button::first-letter { text-decoration: underline; }