Skip to content

Commit

Permalink
Fix color blue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Dec 28, 2024
1 parent 2c02f51 commit d97e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_color-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
--o-blue-light: color-mix(in oklab, var(--o-blue), white 30%);
--o-blue-dark: color-mix(in oklab, var(--o-blue), black 20%);
--o-blue-darker: color-mix(in oklab, var(--o-blue), black 40%);
--o-blue-black: color-mix(in oklab, var(--o-color), black 78%);
--o-blue-black: color-mix(in oklab, var(--o-blue), black 78%);

--o-indigo-white: color-mix(in oklab, var(--o-indigo), white 95%);
--o-indigo-lighter: color-mix(in oklab, var(--o-indigo), white 75%);
Expand Down

0 comments on commit d97e77f

Please sign in to comment.