diff --git a/less/buttons.less b/less/buttons.less index 11fb609e9eff4b7ff4763b9ba6b151bea380c80d..ddd88382943aeac141c7068e5f2f910e3729571c 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -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;