mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
Closes #606
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user