style and typo fixes
This commit is contained in:
parent
25cd5f982b
commit
b781b34029
2 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue