diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index c27e9eb..66e83e2 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -742,27 +742,11 @@ dt { } a { - color: $color_orange; - &:hover, - &:active, - &:focus { - color: $color_white; - } - } - - .button { - color: $color_orange; - background-color: $color_secondary; - border-color: darken($color_secondary, 15%); - color: $color_neutral_dark; - transition: color 300ms ease-out; + color: $color_secondary; &:hover, &:active, &:focus { color: $color_white; - background-color: $color_primary; - border-color: darken($color_primary, 15%); - transition: color 300ms ease-out; } } } |