remove orange color on active page number

This commit is contained in:
Aadil Ayub 2022-01-13 15:13:23 +05:00
parent e585e572f0
commit 5eefcf7677
1 changed files with 0 additions and 4 deletions

View File

@ -629,10 +629,6 @@ li.page-item.active a {
text-decoration: underline;
}
.active a.page-link {
color: tomato;
}
li.page-item.disabled {
display: none;
}