Fixed the light shadow. Use a smaller alpha instead to provide better visual for any color, not just white.
This commit is contained in:
parent
96b7a1b7c5
commit
70431a83a5
@ -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; ?>
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user