Update main.css

This commit is contained in:
SuperDev
2022-12-22 13:08:14 -06:00
committed by GitHub
parent f8fdfeb8a5
commit 8faa2daef4

View File

@@ -120,9 +120,9 @@ form button:active{
outline: none;
}
.download-btn.timer{
color: #000;
background: none;
transition: none;
color: #fff;
background: #2d2d2d;
transition: all .2s ease;
font-size: 1.6rem;
pointer-events: none;
}