mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-15 19:55:49 +00:00
missing css
This commit is contained in:
parent
228ed28d78
commit
16905513cf
15
switch-theme.css
Normal file
15
switch-theme.css
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
html {
|
||||||
|
/* color pallet */
|
||||||
|
--white: #ffffff;
|
||||||
|
--black: #080808;
|
||||||
|
--gray: #c8c8c8;
|
||||||
|
--graylight: #dddddd;
|
||||||
|
--plugback: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
html[theme="dark"] {
|
||||||
|
--white: #36393f;
|
||||||
|
--black: #f8f8f8;
|
||||||
|
--gray: #d8d8d8;
|
||||||
|
--plugback: #36393f;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user