From 9bb5d8dc55bdd92c5c5674de7dfb1c1d1604adef Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Thu, 11 Apr 2024 11:57:07 +0900 Subject: [PATCH] feat: add 3rd party colors --- ameba-color-palette.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ameba-color-palette.css b/ameba-color-palette.css index f3135ff..f005bcc 100644 --- a/ameba-color-palette.css +++ b/ameba-color-palette.css @@ -105,6 +105,10 @@ --apple-black: #000; --apple-white: #fff; --youtube-red: #f00; + --amazon-yellow: #f90; + --amazon-black: #000; + --rakuten-red: #bf0000; + --yahoo-red: #f03; /* System Colors */ --focus-blue-100: #0091ff;