Update pagination styles to highlight active button

This commit is contained in:
Badri Sunderarajan 2020-03-09 18:52:10 +05:30
parent a67c114815
commit f447783c5c
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@
margin: 0.5rem;
}
.button.active {
font-weight: bold;
background: black;
}
</style>
<script>