From 2a65126a80c762f5ca00422e4f8981a21ec32e75 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Fri, 5 Nov 2021 11:34:34 +0000 Subject: [PATCH] No need to use opacity of 1 --- src/styles/variables/colors.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/variables/colors.scss b/src/styles/variables/colors.scss index 85e1a96b1..0e36be974 100644 --- a/src/styles/variables/colors.scss +++ b/src/styles/variables/colors.scss @@ -7,7 +7,7 @@ --grey-300: hsl(216, 12.2%, 83.9%); --grey-400: hsl(217.9, 10.6%, 64.9%); --grey-500-hsl: 220, 8.9%, 46.1%; - --grey-500: hsla(var(--grey-500-hsl), 1); + --grey-500: hsl(var(--grey-500-hsl)); --grey-600: hsl(215, 13.8%, 34.1%); --grey-700: hsl(216.9, 19.1%, 26.7%); --grey-800: hsl(215, 27.9%, 16.9%); @@ -79,13 +79,13 @@ --grey-700: hsl(220, 13%, 91%); --grey-600: hsl(216, 12.2%, 83.9%); --grey-500-hsl: 217.9, 10.6%, 64.9%; - --grey-500: hsla(var(--grey-500-hsl), 1); + --grey-500: hsl(var(--grey-500-hsl)); --grey-400: hsl(220, 8.9%, 46.1%); --grey-300-hsl: 215, 13.8%, 34.1%; - --grey-300: hsla(var(--grey-300-hsl), 1); + --grey-300: hsl(var(--grey-300-hsl)); --grey-200: hsl(216.9, 19.1%, 26.7%); --grey-100-hsl: 215, 27.9%, 16.9%; - --grey-100: hsla(var(--grey-100-hsl), 1); + --grey-100: hsl(var(--grey-100-hsl)); --grey-50: hsl(220.9, 39.3%, 11%); --white-l: 4% !important;