Commit d63ebe3f authored by Mark Otto's avatar Mark Otto
Browse files

more breadcrumb tweaks for contrast

parent 87ce3489
Showing with 6 additions and 6 deletions
+6 -6
...@@ -4467,11 +4467,11 @@ input[type="submit"].btn.btn-mini { ...@@ -4467,11 +4467,11 @@ input[type="submit"].btn.btn-mini {
.breadcrumb .divider { .breadcrumb .divider {
padding: 0 5px; padding: 0 5px;
color: #999999; color: #ccc;
} }
.breadcrumb .active a { .breadcrumb .active {
color: #333333; color: #999999;
} }
.pagination { .pagination {
......
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
} }
.divider { .divider {
padding: 0 5px; padding: 0 5px;
color: @grayLight; color: #ccc;
} }
.active a { .active {
color: @grayDark; color: @grayLight;
} }
} }
Supports Markdown
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