diff --git a/assets/main.css b/assets/main.css index 06961fc..f4da753 100644 --- a/assets/main.css +++ b/assets/main.css @@ -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; }