From: Martijn Cuppens Date: Thu, 2 Aug 2018 18:51:18 +0000 (+0200) Subject: Set .btn base color X-Git-Tag: v4.2.0~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97eea3b2bfc5f6d1a3e680ee07b1274247610bb0;p=thirdparty%2Fbootstrap.git Set .btn base color --- 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; }