mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Shadows should always be dark
This commit is contained in:
parent
e4d9e7f7db
commit
e4c49ec7d7
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ button.carousel-dot:is(.active, [disabled].active) {
|
|||
background-color: var(--button-bg-blur-color);
|
||||
backdrop-filter: blur(16px);
|
||||
z-index: 1;
|
||||
box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color),
|
||||
box-shadow: 0 3px 8px -1px var(--drop-shadow-color),
|
||||
0 10px 36px -4px var(--button-bg-blur-color);
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue