Use #444 as box shadow color rather than currentcolor

This commit is contained in:
MrOtherGuy 2021-06-15 00:26:20 +03:00
parent 4dc0f67884
commit 99a53cb7fa

View file

@ -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;
}