Use #444 as box shadow color rather than currentcolor
This commit is contained in:
parent
4dc0f67884
commit
99a53cb7fa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ See the above repository for updates as well as full license text. */
|
|||
z-index: 1;
|
||||
padding: 6px;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 0 26px currentColor;
|
||||
box-shadow: 0 0 26px #444;
|
||||
left: 50vw;
|
||||
margin-left: -50% !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue