Skip to content

Commit

Permalink
feat: update 3rd party colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Apr 17, 2024
1 parent 3e6a8ba commit dc40dc8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ameba-color-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,22 @@

/* Third Party Colors */
--color-third-party-facebook-blue: var(--facebook-blue);
--color-third-party-facebook-white: var(--facebook-white);
--color-third-party-twitter-blue: var(--twitter-blue);
--color-third-party-twitter-white: var(--twitter-white);
--color-third-party-x-blue: var(--x-blue);
--color-third-party-x-white: var(--x-white);
--color-third-party-instagram-pink: var(--instagram-pink);
--color-third-party-apple-black: var(--apple-black);
--color-third-party-apple-white: var(--apple-white);
--color-third-party-youtube-red: var(--youtube-red);
--color-third-party-youtube-white: var(--youtube-white);
--color-third-party-amazon-yellow: var(--amazon-yellow);
--color-third-party-amazon-black: var(--amazon-black);
--color-third-party-rakuten-red: var(--rakuten);
--color-third-party-yahoo-red: var(--yahoo);
--color-third-party-rakuten-red: var(--rakuten-red);
--color-third-party-rakuten-white: var(--rakuten-white);
--color-third-party-yahoo-red: var(--yahoo-red);
--color-third-party-yahoo-white: var(--yahoo-white);

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

0 comments on commit dc40dc8

Please sign in to comment.