[Fix] white border of .btn-contribute while hover

This commit is contained in:
Tony Yang
2021-01-20 17:03:19 +08:00
parent bff8b6b1e1
commit de83939ec5

View File

@@ -82,6 +82,7 @@
top:0;
bottom:0;
margin:auto;
width: 100%;
&:hover {
background-color: #226bb4;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.19);