This commit is contained in:
Kalle (Sendou)
2021-08-05 21:25:43 +03:00
parent e9561e95e4
commit ca77e56474

View File

@@ -3,7 +3,7 @@
body {
--theme-color: var(--custom-theme-color, #79ff61);
--theme-color-opaque: var(--custom-theme-color-opaque, #79ff6120;);
--theme-gray: var(--custom-theme-gray, var(--chakra-colors-gray-300));
--theme-gray: var(--custom-theme-gray, #cbd5e0);
--bg-color: var(--custom-bg-color, #031e3e);
--secondary-bg-color: var(--custom-secondary-bg-color, #0e2a56);
--text-color: var(--custom-text-color, #f5f5f5);
@@ -17,10 +17,10 @@ body {
body.chakra-ui-light {
--theme-color: var(--custom-theme-color, #1bb300);
--theme-color-opaque: var(--custom-theme-color-opaque, #1bb30020);
--theme-gray: var(--custom-theme-gray, var(--chakra-colors-gray-600));
--theme-gray: var(--custom-theme-gray, #4a5568);
--bg-color: var(--custom-bg-color, #eff0f3);
--secondary-bg-color: var(--custom-secondary-bg-color, #fffafa);
--text-color: var(--custom-text-color, var(--chakra-colors-blackAlpha-900));
--text-color: var(--custom-text-color, rgba(0, 0, 0, 0.92));
--border-color: var(--custom-border-color, #e2e8f0);
}