4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Colors for switch

This commit is contained in:
AlphaX-Projects 2022-03-08 11:49:55 +01:00 committed by GitHub
parent 8009345115
commit b36608ed00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
html {
/* color pallet */
--white: #ffffff;
--black: #080808;
--gray: #c8c8c8;
--graylight: #bbbbbb;
--plugback: #ffffff;
--switchbackground: #cccccc;
--switchborder: #333333;
}
html[theme="dark"] {
@ -13,4 +14,6 @@ html[theme="dark"] {
--gray: #d8d8d8;
--graylight: #dddddd;
--plugback: #36393f;
--switchbackground: #eeeeee;
--switchborder: #03a9f4;
}