Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Apr 16, 2024
1 parent 68137a4 commit 3d94f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ameba-color-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
--youtube-red: #f00;
--amazon-yellow: #f90;
--amazon-black: #000;
--rakuten-red: #bf0000;
--yahoo-red: #f03;
--rakuten: #bf0000;
--yahoo: #f03;

/* System Colors */
--focus-blue-100: #0091ff;
Expand Down Expand Up @@ -191,8 +191,8 @@
--color-third-party-youtube-red: var(--youtube-red);
--color-third-party-amazon-yellow: var(--amazon-yellow);
--color-third-party-amazon-black: var(--amazon-black);
--color-third-party-rakuten-red: var(--rakuten-red);
--color-third-party-yahoo-red: var(--yahoo-red);
--color-third-party-rakuten-red: var(--rakuten);
--color-third-party-yahoo-red: var(--yahoo);

/* System Colors */
--color-system-black: var(--black-100);
Expand Down

0 comments on commit 3d94f54

Please sign in to comment.