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 += \