diff --git a/src/lib/colors.ts b/src/lib/colors.ts index dbae1c9..ba76409 100644 --- a/src/lib/colors.ts +++ b/src/lib/colors.ts @@ -1,3 +1,3 @@ -const colors = ['#24d05a', '#eb4888', '#10a2f5', '#e9bc3f']; +const colors = ['#24d05a', '#eb4888', '#10a2f5', 'orange']; export default colors; diff --git a/static/style.css b/static/style.css index 320ffbd..d569918 100644 --- a/static/style.css +++ b/static/style.css @@ -4,5 +4,5 @@ body { } :root { - --selected-color: orange; + --selected-color: #eb4888; }