Add inset box shadow to buttons

This commit is contained in:
Alex Cabal 2020-12-22 22:22:27 -06:00
parent d23ac75588
commit e6fc772e10

View file

@ -529,7 +529,7 @@ form button{
text-decoration: none;
font-family: "League spartan", sans-serif;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
box-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
box-shadow: 2px 2px 0 rgba(0, 0, 0, .5), 1px 1px 0px rgba(255,255,255, .5) inset;
position: relative;
text-transform: lowercase;
cursor: pointer;