Skip to content

Commit

Permalink
fix: fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
fivestar committed Jul 7, 2024
1 parent 02233a0 commit 4ad7985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
--gray: #544;

--primary: darkorange;
--primary-darkest: #3e1400;
--primary-lightest: #fff1eb;
--primary-darkest: #3c2100;
--primary-lightest: #ffeed8;

--safety-yellow: #eed202;
--safety-orange: #ff7900;
--safety-red: #bd2024;

--gray-50: color-mix(in srgb, var(--gray) 3%, var(--white));
--gray-50: color-mix(in srgb, var(--gray) 4%, var(--white));
--gray-100: color-mix(in srgb, var(--gray) 8%, var(--white));
--gray-200: color-mix(in srgb, var(--gray) 15%, var(--white));
--gray-300: color-mix(in srgb, var(--gray) 30%, var(--white));
Expand Down

0 comments on commit 4ad7985

Please sign in to comment.