From 50ca1ca73040363138e6d9fea100a0c5278a3a13 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@libreserver.org> Date: Sun, 29 May 2022 10:16:56 +0100 Subject: [PATCH] Underline the current page number --- epicyon-profile.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 72a267f2a..93bd0bb33 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -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);