Pagination color changed from petrol to gray
This commit is contained in:
parent
5948ebed3f
commit
615144a6de
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue