Compare commits

...

2 Commits

Author SHA1 Message Date
5eefcf7677 remove orange color on active page number
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-13 15:13:23 +05:00
e585e572f0 remove orange border on active page number 2022-01-13 15:12:26 +05:00

View File

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