Smol button style tweak
This commit is contained in:
parent
990ca1c0ab
commit
ff1933de17
|
@ -98,8 +98,9 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
border: outset var(--light-blue) 0.18rem;
|
border: outset var(--light-blue) 0.18rem;
|
||||||
background-color: var(--light-blue);
|
background-color: var(--light-blue);
|
||||||
text-align: left;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-button::first-letter { text-decoration: underline; }
|
.search-button::first-letter { text-decoration: underline; }
|
||||||
|
|
Loading…
Reference in a new issue