fix ready btn colour

This commit is contained in:
ntr 2019-06-05 13:58:59 +10:00
parent f40e744b30
commit 9a9e7c9872

View File

@ -491,7 +491,7 @@ main .top button {
transition-timing-function: ease;
}
.ready:hover {
.ready:hover, .ready:active, .ready:focus {
color: black;
}