diff --git a/assets/styles/components.scss b/assets/styles/components.scss
index 128db8831..d9a556438 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 23ccdeec5..8af756686 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.
diff --git a/components/ui/NotificationItem.vue b/components/ui/NotificationItem.vue
index b9b2ab37c..c68a1de9b 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 d53eb8010..31b10b62f 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 be4ef4840..369e56b8d 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.