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;