diff --git a/src/inline-script/inline-script.js b/src/inline-script/inline-script.js index d7f54067..3d9d4aad 100644 --- a/src/inline-script/inline-script.js +++ b/src/inline-script/inline-script.js @@ -45,11 +45,6 @@ if (hasLocalStorage && localStorage.store_disableCustomScrollbars === 'true') { theScrollbarStyle.setAttribute('media', 'only x') // disables the style } -if (hasLocalStorage && localStorage.store_underlineLinks === 'true') { - // if the user wants links underlined, then underline 'em - document.body.classList.add('underline-links') -} - // hack to make the scrollbars rounded only on macOS if (/mac/i.test(navigator.platform)) { document.documentElement.style.setProperty('--scrollbar-border-radius', '50px') diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 2a255db4..0432032b 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -1,5 +1,5 @@

Profile for {accountName}

-