shorten less by a handful of bytes

This commit is contained in:
Owen Versteeg 2014-01-03 16:19:07 -05:00
parent 708b631b1c
commit c9ab4449d6

View file

@ -8,8 +8,8 @@ i, button {
button {
background: #aaa;
box-shadow: 3px 3px 0 black;
color: rgb(243, 243, 243) !important;
box-shadow: 3px 3px #000;
color: #fff;
font-size: 2.5em;
padding: 15px 40px 16px;
text-decoration: none;