diff --git a/src/lib/ui/post/Body.svelte b/src/lib/ui/post/Body.svelte index 71e7547..9a81bb7 100644 --- a/src/lib/ui/post/Body.svelte +++ b/src/lib/ui/post/Body.svelte @@ -128,7 +128,9 @@ color: var(--accent); } - .post-text :global(a.mention) { + /* mention gets used in other places (bios) so it's global */ + + :global(a.mention) { color: inherit; font-weight: 600; padding: 3px 6px; @@ -137,7 +139,7 @@ text-decoration: none; } - .post-text :global(a.mention:hover) { + :global(a.mention:hover) { text-decoration: underline; } diff --git a/src/routes/[server]/[account]/+page.svelte b/src/routes/[server]/[account]/+page.svelte index 09cfbff..e9cc0c6 100644 --- a/src/routes/[server]/[account]/+page.svelte +++ b/src/routes/[server]/[account]/+page.svelte @@ -1 +1,140 @@ -

wip

\ No newline at end of file + + +
+
+ + Profile picture +
+

mae

+

mae@f.mae.wtf

+
+
+
+
+
+

+music maker and coder! +she/they/it - 18 - 🏳️‍⚧️🇬🇧 +robotgirl in training + +feel free to follow req if ur cool + +https://mae.wtf/ +also @mae + +"solid 7.5/10 motherliness rating" - @ellie +

+

+ + Followers 1225 + + + Following 1345 + +

+
+ + + +
+
+
+ +
+ + + +
+ + \ No newline at end of file