frontend/themes.css
2023-09-13 22:18:50 -04:00

22 lines
416 B
CSS

body[theme=main] {
--inputbg: #3c096c;
--inputborder: #5a189a;
--uibg: #240046;
--textcolor: #fff;
--bg: #10002b;
}
body[theme=testing] {
--inputbg: #ffffff;
--inputborder: #312341;
--uibg: #abcdef;
--textcolor: #fff;
--bg: #545555;
}
body[theme=egamepass] {
--inputbg: #ffffff;
--inputborder: #312341;
--uibg: #abcdef;
--textcolor: #fff;
--bg: #545555;
}