From feb6d6f75bea49f6ac45f653b27a5aa4da85e6b7 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Fri, 26 Jan 2024 03:52:13 +0000 Subject: [PATCH] Update style.css --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index acb6a014..d1bc5380 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,9 @@ --textcolor: #fff !important; --bg: #10002b !important; } +.hiddenUpload { + display:none; +} * { transition-duration: 0.5s !important; outline: none !important;