Update css/themes.css

This commit is contained in:
LEGALISE_PIRACY 2024-05-01 21:30:16 +00:00
parent 1d39f936f2
commit 48ec656d5a

View File

@ -19,6 +19,13 @@ body[theme=threekho] {
--textcolor: #fff;
--bg: #000000;
}
body[theme=art] {
--inputbg: #0284d4;
--inputborder: #0284d4;
--uibg: #0284d4;
--textcolor: #fffff;
--bg: #1a2023;
}
body[theme=dogcat] {
--inputbg: #537294;
--inputborder: #30719c;