diff --git a/src/styles/main.scss b/src/styles/main.scss index 1df84dc..56fe664 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -24,8 +24,8 @@ html { --border-selected-500: #909090; --text-500: #282828; - --accent-500: #6cc16c; --accent-100: #d6ffc2; + --accent-500: #6cc16c; --accent-900: #244624; } @@ -40,8 +40,8 @@ body.dark-mode { --border-selected-500: #b66af6; --text-500: #e6cff6; - --accent-500: hsl(269, 40%, 70%); --accent-100: hsl(269, 50%, 50%); + --accent-500: hsl(269, 40%, 70%); --accent-900: hsl(269, 30%, 90%); }