Skip to content

Commit 324ccc3

Browse files
author
Adam Parsons
committed
Moved breadcrumb color to bootstrap-tweaks
Moved to color associated with the breadcrumb to the tweaks style sheet.
1 parent 77460d4 commit 324ccc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest_framework/static/rest_framework/css/bootstrap-tweaks.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ ul.breadcrumb {
6464
margin: 70px 0 0 0;
6565
}
6666

67+
.breadcrumb li.active a {
68+
color: #777;
69+
}
70+
6771
.pagination>.disabled>a,
6872
.pagination>.disabled>a:hover,
6973
.pagination>.disabled>a:focus {

0 commit comments

Comments
 (0)