Update style.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-24 00:38:25 +00:00
parent 1252b509f8
commit 1f3c80b49b

View File

@ -7,7 +7,13 @@
opacity: 100; opacity: 100;
} }
} }
:root {
--inputbg: #3c096c;
--inputborder: #5a189a;
--uibg: #240046;
--textcolor: #fff;
--bg: #10002b;
}
* { * {
transition-duration: 0.5s; transition-duration: 0.5s;
outline: none; outline: none;