From 70431a83a5a1ef545adcc0e549586b01c0df07e6 Mon Sep 17 00:00:00 2001 From: Frank419 Date: Tue, 27 Aug 2024 21:40:35 +0800 Subject: [PATCH] Fixed the light shadow. Use a smaller alpha instead to provide better visual for any color, not just white. --- includes/colors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/colors.php b/includes/colors.php index cd0ad63..52e1616 100644 --- a/includes/colors.php +++ b/includes/colors.php @@ -36,7 +36,7 @@ if ( !defined( 'WPINC' ) ) { --minimalistflex-shadow-light: transparent; --minimalistflex-shadow: rgba(0, 0, 0, 0.19); - --minimalistflex-shadow-light: rgba(200, 200, 200, 0.19); + --minimalistflex-shadow-light: rgba(0, 0, 0, 0.05); }