feat: design pass for profile page

This commit is contained in:
mae taylor 2025-07-13 18:22:03 +01:00
parent a1c1b5f4d0
commit a820b40318
2 changed files with 144 additions and 3 deletions

View file

@ -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;
}