feat: design pass for profile page
This commit is contained in:
parent
a1c1b5f4d0
commit
a820b40318
2 changed files with 144 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue