diff options
| author | Martijn Cuppens <[email protected]> | 2018-08-02 20:51:18 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-02 16:28:42 -0700 |
| commit | 97eea3b2bfc5f6d1a3e680ee07b1274247610bb0 (patch) | |
| tree | 3179ce2359cdda7bc841bcc76f4951334ab550b3 | |
| parent | 3ef2db1e856ae1155575a61ab2eab9ecdf6b4289 (diff) | |
| download | bootstrap-97eea3b2bfc5f6d1a3e680ee07b1274247610bb0.tar.xz bootstrap-97eea3b2bfc5f6d1a3e680ee07b1274247610bb0.zip | |
Set .btn base color
| -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; } |
