diff --git a/less/buttons.less b/less/buttons.less index 49ccd2a..d611372 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -4,11 +4,9 @@ display: inline-block; /* Enables non-inline-block elements like
s to be buttons */ font-size: 2.5em; padding: 15px 40px 16px; - text-decoration: none; margin: .3em .2em 0 0; cursor: pointer; border: 0; - outline: 0; /* when the button is focused, don't show an outline */ border-radius: 10px; /* rounded corners */ }