Skip to content

Commit

Permalink
more breadcrumb tweaks for contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 29, 2012
1 parent 87ce348 commit d63ebe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4467,11 +4467,11 @@ input[type="submit"].btn.btn-mini {

.breadcrumb .divider {
padding: 0 5px;
color: #999999;
color: #ccc;
}

.breadcrumb .active a {
color: #333333;
.breadcrumb .active {
color: #999999;
}

.pagination {
Expand Down
6 changes: 3 additions & 3 deletions less/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
.divider {
padding: 0 5px;
color: @grayLight;
color: #ccc;
}
.active a {
color: @grayDark;
.active {
color: @grayLight;
}
}

0 comments on commit d63ebe3

Please sign in to comment.