Update themes.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-30 00:47:11 +00:00
parent 896e4968ba
commit e42a8747ea

View File

@ -15,7 +15,7 @@ body {
body[theme=threekho] {
--inputbg: #28A018;
--inputborder: #0A8F00;
--uibg: #000000;
--uibg: #111111;
--textcolor: #fff;
--bg: #000000;
}
@ -25,7 +25,7 @@ button[theme=threekho] {
padding: 10px;
border-radius: 15px;
cursor: pointer;
color: var(--bg);
color: #fff;
border: 0
}
body[theme=custom] {