Update pagination styles to highlight active button
This commit is contained in:
parent
a67c114815
commit
f447783c5c
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button.active {
|
||||||
|
font-weight: bold;
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue