mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
22 lines
416 B
CSS
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;
|
|
} |