remove orange color on active page number
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2022-01-13 15:13:23 +05:00
parent e585e572f0
commit 5eefcf7677

View File

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