From 1f3c80b49b2195510c191c3010aaf9870d53c4c8 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Wed, 24 Jan 2024 00:38:25 +0000 Subject: [PATCH] Update style.css --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 54d78434..a9846b0e 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,13 @@ opacity: 100; } } - +:root { + --inputbg: #3c096c; + --inputborder: #5a189a; + --uibg: #240046; + --textcolor: #fff; + --bg: #10002b; +} * { transition-duration: 0.5s; outline: none;