button styling
This commit is contained in:
parent
ca5a54056f
commit
134d65a430
1 changed files with 7 additions and 0 deletions
|
@ -309,9 +309,16 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
color: var(--darkblue);
|
||||||
border: 0.15em solid var(--darkblue);
|
border: 0.15em solid var(--darkblue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: var(--lightblue);
|
||||||
|
border: 0.15rem solid var(--lightblue);
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 0.15em solid var(--darkblue);
|
border-bottom: 0.15em solid var(--darkblue);
|
||||||
|
|
Loading…
Reference in a new issue