4
1
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:
AlphaX-Projects 2022-03-07 08:06:09 -08:00 committed by GitHub
parent 228ed28d78
commit 16905513cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
switch-theme.css Normal file
View 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;
}