aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-29 16:36:16 -0700
committerMark Otto <[email protected]>2012-07-29 16:37:37 -0700
commitd63ebe3f3c885be05d93a1133d6feaa5be302536 (patch)
tree0966554b8661dc6155c0f1208a4aa543f853711b /less
parent87ce3489d37ffa58c18de985808757785df8c7cc (diff)
downloadbootstrap-d63ebe3f3c885be05d93a1133d6feaa5be302536.tar.xz
bootstrap-d63ebe3f3c885be05d93a1133d6feaa5be302536.zip
more breadcrumb tweaks for contrast
Diffstat (limited to 'less')
-rw-r--r--less/breadcrumbs.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/breadcrumbs.less b/less/breadcrumbs.less
index 80291e82e..fd269b31a 100644
--- a/less/breadcrumbs.less
+++ b/less/breadcrumbs.less
@@ -16,9 +16,9 @@
}
.divider {
padding: 0 5px;
- color: @grayLight;
+ color: #ccc;
}
- .active a {
- color: @grayDark;
+ .active {
+ color: @grayLight;
}
}