Update main.css

This commit is contained in:
SuperDev
2022-12-22 13:03:44 -06:00
committed by GitHub
parent 8937b15097
commit f8fdfeb8a5

View File

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