]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set .btn base color
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 2 Aug 2018 18:51:18 +0000 (20:51 +0200)
committerMark Otto <otto@github.com>
Sun, 2 Sep 2018 23:28:42 +0000 (16:28 -0700)
scss/_buttons.scss

index 404851e190d3316f7a7957c9b57e3f8fbdee56b1..e9e03a7d683c5e46145ffe4d8d5bd87d6275c196 100644 (file)
@@ -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;
   }