Update themes.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-30 00:38:47 +00:00
parent 02af0db878
commit fb511a557c

View File

@ -19,6 +19,15 @@ body[theme=threekho] {
--textcolor: #fff;
--bg: #000000;
}
button[theme=threekho] {
background: var(--inputbg);
width: fit-content;
padding: 10px;
border-radius: 15px;
cursor: pointer;
color: var(--bg);
border: 0
}
body[theme=custom] {
--inputbg: #3c096c;
--inputborder: #5a189a;