diff --git a/less/buttons.less b/less/buttons.less index 11fb609..ddd8838 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;