29 lines
896 B
CSS
29 lines
896 B
CSS
:root {
|
|
--base-background-super-dark: #585344;
|
|
--base-background-dark: #6F6132;
|
|
--base-background: #857750;
|
|
--base-background-bright: #BFB89C;
|
|
--base-background-bright2: #a29c8b;
|
|
--base-background-bright3: #e3ded0;
|
|
--base-background-middle-bright: rgba(229, 213, 191, 0.3);
|
|
--base-background-super-bright: rgba(229, 213, 191, 0.2);
|
|
--base-background-ultra-bright: rgba(237, 234, 230, 0.5);
|
|
--base-background-ultra-bright-clear: #f3f1eb;
|
|
--base-color: #ffffff;
|
|
|
|
}
|
|
/*
|
|
|
|
:root {
|
|
--base-background-dark: #1c5d87;
|
|
--base-background: #286a98;
|
|
--base-background-bright: #a2cfee;
|
|
--base-background-middle-bright: rgba(39, 130, 189, 0.3);
|
|
--base-background-super-bright: rgba(39, 130, 189, 0.2);
|
|
--base-background-ultra-bright: rgba(39, 130, 189, 0.1);
|
|
--base-background-ultra-bright-clear: #EAF2F9;
|
|
--base-color: #ffffff;
|
|
}
|
|
|
|
*/
|