Pagination color changed from petrol to gray

This commit is contained in:
Thomas Gelf 2014-02-25 10:22:02 +00:00
parent 5948ebed3f
commit 615144a6de
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ ul.pagination {
}
.pagination > li > a {
color: #39a;
color: #555;
text-decoration: none;
outline: 0;
}
@ -49,8 +49,8 @@ ul.pagination {
}
.pagination > li.active > a {
background-color: #39a;
border-color: #39a;
background-color: #555;
border-color: #555;
color: #fff;
cursor: default;
}