Update main.css

pull/8/head
SuperDev 2 years ago committed by GitHub
parent 8937b15097
commit f8fdfeb8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,6 +119,13 @@ form button:active{
transition: all .2s ease;
outline: none;
}
.download-btn.timer{
color: #000;
background: none;
transition: none;
font-size: 1.6rem;
pointer-events: none;
}
.download-btn:hover{
background: #383838;
}

Loading…
Cancel
Save