]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix busted hover/focus on sidebar
authorMark Otto <otto@github.com>
Thu, 25 Jul 2019 07:17:43 +0000 (00:17 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 25 Jul 2019 07:25:39 +0000 (10:25 +0300)
site/static/docs/4.3/assets/scss/_sidebar.scss

index 9708a426d43b0e75b3264150d9095d48de31397d..bd88c1cb27f224034ca034081e464941403a6e1d 100644 (file)
@@ -74,7 +74,7 @@
 
     &:hover,
     &:focus {
-      color: rgba($white, .85);
+      color: rgba($black, .85);
       text-decoration: none;
       background-color: rgba($bd-purple-bright, .1);
     }