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
02af0db878
commit
fb511a557c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user