Fix weird shadow on buttons

master
luk3yx 2018-12-08 09:56:03 +13:00
parent fd5fbb47a4
commit 6f2ca09df2
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ a, button {
position: relative;
top: 1px;
left: 1px;
box-shadow: 0px 0px 0 #000000;
box-shadow: none;
}
}