diff --git a/image/src/frontend/stylesheets/colors.css b/image/src/frontend/stylesheets/colors.css index b566411..32444c1 100644 --- a/image/src/frontend/stylesheets/colors.css +++ b/image/src/frontend/stylesheets/colors.css @@ -2,7 +2,7 @@ :root { --text: #ebebeb; --theme: #0f172a; - --active: #7674af; + --active: #7181a1; --passive: #1e293b; } }