Underline the current page number

merge-requests/30/head
Bob Mottram 2022-05-29 10:16:56 +01:00
parent f021c3658a
commit 50ca1ca730
1 changed files with 6 additions and 3 deletions

View File

@ -1848,7 +1848,8 @@ h3 {
.columnIcons img {
float: right;
}
.pageslist {
.pageslist mark {
text-decoration: underline;
}
.voteresult {
width: var(--voteresult-width);
@ -2640,7 +2641,8 @@ h3 {
float: right;
margin-right: 1vw;
}
.pageslist {
.pageslist mark {
text-decoration: underline;
}
.voteresult {
width: var(--voteresult-width-mobile);
@ -3428,7 +3430,8 @@ h3 {
float: right;
margin-right: 1vw;
}
.pageslist {
.pageslist mark {
text-decoration: underline;
}
.voteresult {
width: var(--voteresult-width-tiny);