mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-27 03:35:50 +03:00
Fix wrong colors for menu on Mobile Safari
This commit is contained in:
parent
f16c29097c
commit
5f89c0673a
1 changed files with 2 additions and 2 deletions
|
@ -809,8 +809,8 @@ button.carousel-dot:is(.active, [disabled].active) {
|
|||
padding: 8px 0 !important;
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
background-color: var(--bg-color);
|
||||
border: 1px solid var(--outline-color);
|
||||
background-color: var(--bg-color) !important;
|
||||
border: 1px solid var(--outline-color) !important;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 8px var(--bg-faded-color), 0 4px 8px var(--bg-faded-color),
|
||||
0 2px 4px var(--bg-faded-color);
|
||||
|
|
Loading…
Reference in a new issue