diff --git a/app/styles/base/_color.scss b/app/styles/base/_color.scss index a0498005e..507fe08ff 100644 --- a/app/styles/base/_color.scss +++ b/app/styles/base/_color.scss @@ -53,12 +53,11 @@ } .bg-default { - // @include bg-color($bg-default); + @include bg-color($bg-default); @include contrasted($bg-default); a { color: $primary; - // border-bottom: solid 2px $primary; &:before { background: rgba($primary, .2); diff --git a/app/styles/components/_button.scss b/app/styles/components/_button.scss index 0dbbf80bc..336f1f3b9 100755 --- a/app/styles/components/_button.scss +++ b/app/styles/components/_button.scss @@ -7,7 +7,7 @@ $lg-padding: 18px 30px; // This file contains all styles related to the button component. // ----------------------------------------------------------------------------- button { - background: $bg-primary; + background: $bg-default; } .btn,