From 76e8b7c85bc52433c62b770e3bdca988a6d6f569 Mon Sep 17 00:00:00 2001 From: bashrc Date: Fri, 21 Aug 2026 16:05:53 +0100 Subject: [PATCH] Page number style not using mark --- epicyon-profile.css | 7 ------- src/webapp_timeline.py | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 41f600543..873bf1c8c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -325,13 +325,6 @@ figure { height: auto; } -mark { - background-color: var(--main-bg-color); - color: var(--main-fg-color); - font-size: 110%; - font-weight: bold; -} - p mark { background-color: var(--main-fg-color); color: var(--main-bg-color); diff --git a/src/webapp_timeline.py b/src/webapp_timeline.py index 8ecffeba8..c2d53f51d 100644 --- a/src/webapp_timeline.py +++ b/src/webapp_timeline.py @@ -425,7 +425,7 @@ def page_number_buttons(users_path: str, box_name: str, page_str: str = ' ' + str(page) + ' ' curr_page_str: str = '' if page == page_number: - page_str = '[' + str(page) + ']' + page_str = '[' + str(page) + ']' aria_page_str = ' aria-current="true"' curr_page_str = 'Current Page, ' num_str += \