From f8fdfeb8a5c2c327cc95184284939cd90e072d31 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 13:03:44 -0600 Subject: [PATCH] Update main.css --- assets/main.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; }