Update themes.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-29 23:45:27 +00:00
parent cff5e03645
commit 86d939ba12

View File

@ -12,6 +12,13 @@ body {
--textcolor: #fff;
--bg: #10002b;
}
body[theme=3kh0] {
--inputbg: #28A018;
--inputborder: #0A8F00;
--uibg: #000000;
--textcolor: #fff;
--bg: #000000;
}
body[theme=custom] {
--inputbg: #3c096c;
--inputborder: #5a189a;