shorten less by a handful of bytes
This commit is contained in:
parent
708b631b1c
commit
c9ab4449d6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue