mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update themes.css
This commit is contained in:
parent
d69cf92031
commit
1252b509f8
17
themes.css
17
themes.css
@ -1,9 +1,16 @@
|
|||||||
|
:root {
|
||||||
|
--inputbg: #3c096c;
|
||||||
|
--inputborder: #5a189a;
|
||||||
|
--uibg: #240046;
|
||||||
|
--textcolor: #fff;
|
||||||
|
--bg: #10002b;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
--inputbg: #000000;
|
--inputbg: #3c096c;
|
||||||
--inputborder: #000000;
|
--inputborder: #5a189a;
|
||||||
--uibg: #000000;
|
--uibg: #240046;
|
||||||
--textcolor: #000;
|
--textcolor: #fff;
|
||||||
--bg: #000000;
|
--bg: #10002b;
|
||||||
}
|
}
|
||||||
body[theme=custom] {
|
body[theme=custom] {
|
||||||
--inputbg: #3c096c;
|
--inputbg: #3c096c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user