button styling

This commit is contained in:
Ilion Beyst 2020-09-18 01:36:24 +02:00
parent ca5a54056f
commit 134d65a430

View file

@ -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);