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