fix(markdown): render moderation reason links

This commit is contained in:
Tommaso Casaburi
2026-06-04 15:54:15 +07:00
parent 608402b5c8
commit 54f2cf2b84
3 changed files with 93 additions and 10 deletions
+4
View File
@@ -657,8 +657,12 @@
color: var(--post-mobile-abbr-text-color);
--post-link-text-color: var(--post-mobile-abbr-text-color);
--post-link-text-color-hover: var(--post-mobile-abbr-text-color);
--post-content-link-text-decoration: underline;
--post-content-link-text-decoration-hover: underline;
--post-quotelink-text-color: var(--post-mobile-abbr-text-color);
--post-quotelink-text-color-hover: var(--post-mobile-abbr-text-color);
--post-quotelink-text-decoration: underline;
--post-quotelink-text-decoration-hover: underline;
}
.failedPublishNotice {