diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 404851e190..e9e03a7d68 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -7,6 +7,7 @@ .btn { display: inline-block; font-weight: $btn-font-weight; + color: $body-color; text-align: center; vertical-align: middle; user-select: none; @@ -17,6 +18,7 @@ // Share hover and focus styles @include hover-focus { + color: $body-color; text-decoration: none; }