From d34c4b55f5fc3ed3dc826011f1e110d21cf3ca31 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 21 Apr 2024 22:30:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Adds=20another=20shade=20of=20wh?= =?UTF-8?q?ite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/color-palette.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/color-palette.scss b/src/styles/color-palette.scss index 756eac2b..d7c38787 100644 --- a/src/styles/color-palette.scss +++ b/src/styles/color-palette.scss @@ -31,6 +31,7 @@ --transparent-white-70: #ffffffb3; --transparent-white-50: #ffffff80; --transparent-white-30: #ffffff4d; + --transparent-white-10: #ffffff0f; /* Color variables for specific components * all variables are optional, since they inherit initial values from above*