From ca77e564747201157cd00bac5db1889963a3c2f7 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:25:43 +0300 Subject: [PATCH] Closes #606 --- pages/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/styles.css b/pages/styles.css index feece5a7c..3b428cee0 100644 --- a/pages/styles.css +++ b/pages/styles.css @@ -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); }