Fix some button styling

This commit is contained in:
Jérémie Astori 2017-07-12 02:54:32 -04:00
parent 1ee67abd72
commit a010973766
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -137,12 +137,14 @@ kbd {
text-transform: uppercase;
transition: background .2s, border-color .2s, color .2s;
word-spacing: 3px;
cursor: pointer; /* This is useful for `<button>` elements */
}
.btn:disabled,
.btn:hover {
background: #84ce88;
color: #fff;
opacity: 1;
}
.btn:active {