Commit d63ebe3f authored by Mark Otto's avatar Mark Otto

more breadcrumb tweaks for contrast

parent 87ce3489
......@@ -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 {
......
......@@ -16,9 +16,9 @@
}
.divider {
padding: 0 5px;
color: @grayLight;
color: #ccc;
}
.active a {
color: @grayDark;
.active {
color: @grayLight;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment