diff options
| -rw-r--r-- | scss/_buttons.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 404851e19..e9e03a7d6 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; } |
