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() || "")) }