diff --git a/assets/styles/components.scss b/assets/styles/components.scss index 128db88313..d9a556438f 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -524,26 +524,17 @@ .text-link { color: var(--color-link); - text-decoration: underline; &:focus-visible, &:hover { color: var(--color-link-hover); cursor: pointer; + text-decoration: underline; } &:active { color: var(--color-link-active); } - - &.no-underline { - text-decoration: none; - - &:hover, - &:focus-visible { - text-decoration: underline; - } - } } .title-link { diff --git a/components/ui/ModalReport.vue b/components/ui/ModalReport.vue index 23ccdeec58..8af7566865 100644 --- a/components/ui/ModalReport.vue +++ b/components/ui/ModalReport.vue @@ -5,9 +5,9 @@

Modding should be safe for everyone, so we take abuse and malicious intent seriously at Modrinth. We want to hear about harmful content on the site that violates our - ToS and - Rules . Rest assured, we’ll keep your - identifying information private. + ToS and + Rules. Rest assured, we’ll keep + your identifying information private.

Please do not use this to report bugs with the project itself. This form @@ -33,7 +33,15 @@ />

diff --git a/components/ui/NotificationItem.vue b/components/ui/NotificationItem.vue index b9b2ab37c8..c68a1de9b7 100644 --- a/components/ui/NotificationItem.vue +++ b/components/ui/NotificationItem.vue @@ -119,7 +119,7 @@ {{ notif.extra_data.version.name }} diff --git a/pages/[type]/[id]/settings/description.vue b/pages/[type]/[id]/settings/description.vue index d53eb8010d..31b10b62f5 100644 --- a/pages/[type]/[id]/settings/description.vue +++ b/pages/[type]/[id]/settings/description.vue @@ -7,10 +7,9 @@ You can type an extended description of your mod here. This editor supports MarkdownMarkdown formatting. HTML can also be used inside your description, not including styles, scripts, and iframes (though YouTube iframes are allowed). diff --git a/pages/[type]/[id]/version/[version].vue b/pages/[type]/[id]/version/[version].vue index be4ef4840d..369e56b8d9 100644 --- a/pages/[type]/[id]/version/[version].vue +++ b/pages/[type]/[id]/version/[version].vue @@ -206,10 +206,9 @@ >This editor supports MarkdownMarkdown formatting. HTML can also be used inside your changelog, not including styles, scripts, and iframes.