remove orange border on active page number

This commit is contained in:
Aadil Ayub 2022-01-13 15:12:26 +05:00
parent 8d13c54a83
commit e585e572f0

View File

@ -622,13 +622,11 @@ li.page-item a {
} }
li.page-item.active { li.page-item.active {
border-color: tomato;
padding: 0.4em; padding: 0.4em;
} }
li.page-item.active::after, li.page-item.active a {
li.page-item.active::before { text-decoration: underline;
border-color: tomato
} }
.active a.page-link { .active a.page-link {