From f65c8a9bfc1b8428a3133bb38fcf670c6ef704b9 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 13 Mar 2023 10:10:02 +0800 Subject: [PATCH] Experiment default links to text color, except mentions and those that are "processed" by Mastodon Only apply to links in statuses --- src/components/status.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index cd040375..08b80e91 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -251,6 +251,9 @@ filter: none; image-rendering: auto; } +.status .content a:not(.mention):not(:has(span)) { + color: inherit; +} .timeline-deck .status .content { max-height: 50vh;