Skip to content

Commit

Permalink
add edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Feb 20, 2024
1 parent e1f77d5 commit 83b83f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1608,20 +1608,24 @@ margin: 0;
color: #1b2541;
transition: 0.3s;
}
.paginationBox .page-item .page-link.active{
.paginationBox .page-item.active .page-link{
color: white;
background-color: #1b2541;
}
.paginationBox .page-item.active span {

color: wheat;
}
.paginationBox .pagination .page-item:first-of-type{
border-radius: 8px 0px 0px 8px;
}
.paginationBox .pagination .page-item:first-of-type a{
.paginationBox .pagination .page-item:first-of-type .page-link{
border-radius: 8px 0px 0px 8px;
}

.paginationBox .pagination .page-item:last-of-type{
border-radius: 0px 8px 8px 0px;
}
.paginationBox .pagination .page-item:last-of-type a{
.paginationBox .pagination .page-item:last-of-type .page-link{
border-radius: 0px 8px 8px 0px;
}

0 comments on commit 83b83f1

Please sign in to comment.