From da32969f5a3258987e43e095bb3e406990b3e4cd Mon Sep 17 00:00:00 2001 From: thislight Date: Tue, 29 Oct 2024 19:48:15 +0800 Subject: [PATCH] Profile: fix link color --- src/profiles/Profile.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/profiles/Profile.tsx b/src/profiles/Profile.tsx index a4bbf1b..2711a63 100644 --- a/src/profiles/Profile.tsx +++ b/src/profiles/Profile.tsx @@ -116,6 +116,13 @@ const Profile: Component = () => { gap: 16px; } + .description { + & :global(a) { + color: inherit; + font-style: italic; + } + } + .acct-grp { display: flex; flex-flow: row wrap; @@ -310,6 +317,7 @@ const Profile: Component = () => {
createRenderEffect(() => (e.innerHTML = description() || "")) }