Use #444 as box shadow color rather than currentcolor

pull/121/head
MrOtherGuy 3 years ago
parent 4dc0f67884
commit 99a53cb7fa

@ -28,7 +28,7 @@ See the above repository for updates as well as full license text. */
z-index: 1; z-index: 1;
padding: 6px; padding: 6px;
border-radius: 6px; border-radius: 6px;
box-shadow: 0 0 26px currentColor; box-shadow: 0 0 26px #444;
left: 50vw; left: 50vw;
margin-left: -50% !important; margin-left: -50% !important;
} }

Loading…
Cancel
Save