Initial import

This commit is contained in:
Admin Nasledstvo
2026-05-01 20:52:04 +03:00
commit ac168868ee
10028 changed files with 2337954 additions and 0 deletions
@@ -0,0 +1,28 @@
: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;
}
*/