aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-04-06 14:53:53 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-04-06 14:53:53 +0000
commit0635a6c131804c2a6f2ce99c4888a0d3ee757570 (patch)
treef71775902e9dfad877dfb1a364c21d145b23ffce /src/components/rich_content
parentd7f744d2819343eced508a589d6fad3842686a3e (diff)
parent3eabdf9dedff1a39f9f8003a7d581c71a90e9161 (diff)
Merge branch 'themes3-fixes' into 'develop'
Themes 3 fixes Closes #1301 and #1303 See merge request pleroma/pleroma-fe!1906
Diffstat (limited to 'src/components/rich_content')
-rw-r--r--src/components/rich_content/rich_content.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss
index 962fd5bb..118b6acf 100644
--- a/src/components/rich_content/rich_content.scss
+++ b/src/components/rich_content/rich_content.scss
@@ -83,3 +83,8 @@
color: var(--funtextCyantext);
}
}
+
+a .RichContent {
+ /* stylelint-disable-next-line declaration-no-important */
+ color: var(--link) !important;
+}