Fixed the light shadow. Use a smaller alpha instead to provide better visual for any color, not just white.

This commit is contained in:
Frank419 2024-08-27 21:40:35 +08:00
parent 96b7a1b7c5
commit 70431a83a5

View File

@ -36,7 +36,7 @@ if ( !defined( 'WPINC' ) ) {
--minimalistflex-shadow-light: transparent;
<?php else: ?>
--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);
<?php endif; ?>
}