aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-15 10:29:52 -0700
committerMark Otto <[email protected]>2016-09-15 10:29:52 -0700
commit39a10e461e3a67a091e1c9ce3c4a12de503e297e (patch)
tree9ec36f2fd767186f59be46f08de648e0418427e8
parent64dcb8b5073293daa911d2b274fd875f31693317 (diff)
downloadbootstrap-39a10e461e3a67a091e1c9ce3c4a12de503e297e.tar.xz
bootstrap-39a10e461e3a67a091e1c9ce3c4a12de503e297e.zip
Fixes #20543: Significantly darken the links in default navbars
-rw-r--r--scss/_variables.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index fa4875d45..e56912ded 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -497,10 +497,10 @@ $navbar-dark-active-color: rgba(255,255,255,1) !default;
$navbar-dark-disabled-color: rgba(255,255,255,.25) !default;
$navbar-dark-toggler-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !default;
-$navbar-light-color: rgba(0,0,0,.3) !default;
-$navbar-light-hover-color: rgba(0,0,0,.6) !default;
-$navbar-light-active-color: rgba(0,0,0,.8) !default;
-$navbar-light-disabled-color: rgba(0,0,0,.15) !default;
+$navbar-light-color: rgba(0,0,0,.5) !default;
+$navbar-light-hover-color: rgba(0,0,0,.7) !default;
+$navbar-light-active-color: rgba(0,0,0,.9) !default;
+$navbar-light-disabled-color: rgba(0,0,0,.3) !default;
$navbar-light-toggler-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !default;