mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
missing css
This commit is contained in:
parent
4c1e4dcba9
commit
228ed28d78
15
qortal-ui-core/src/styles/switch-theme.css
Normal file
15
qortal-ui-core/src/styles/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