15 lines
546 B
CSS
15 lines
546 B
CSS
:root {
|
|
--base-background-super-dark: #445545;
|
|
--base-background-dark: #587059;
|
|
--base-background: #759676;
|
|
--base-background-broun: #857750;
|
|
--base-background-bright: #9eba9e;
|
|
--base-background-bright2: #a9c4a9;
|
|
--base-background-bright3: #d3e2d3;
|
|
--base-background-middle-bright: rgba(17, 91, 19, 0.3);
|
|
--base-background-super-bright: rgba(17, 91, 19, 0.2);
|
|
--base-background-ultra-bright: rgba(17, 91, 19, 0.1);
|
|
--base-background-ultra-bright-clear: rgb(229, 237, 232);
|
|
--base-color: #ffffff;
|
|
}
|