style and typo fixes

This commit is contained in:
jaina heartles 2022-12-10 02:45:16 -08:00
parent 25cd5f982b
commit b781b34029
2 changed files with 6 additions and 3 deletions

View file

@ -79,6 +79,7 @@ form .textinput {
border-radius: 8px;
outline: solid 2px transparent;
transition: outline 0.2s;
cursor: text;
}
form .textinput input {
flex-grow: 1;
@ -125,9 +126,11 @@ button, a.button {
color: #fff;
background-color: var(--theme-color);
font-weight: bold;
transition: background-color 0.2s;
cursor: pointer;
}
button:hover, a.button:hover {
cursor: pointer;
background-color: var(--theme-color-highlight);
}