[frontend] Improve mfm mention css

This commit is contained in:
Lilian 2024-05-20 00:46:06 +02:00
parent b08459197a
commit 793c246a68
No known key found for this signature in database
GPG key ID: 007CA12D692829E1

View file

@ -2,6 +2,15 @@
::deep { ::deep {
.mention { .mention {
text-decoration: none; text-decoration: none;
background-color: var(--highlight-color);
border-radius: 1em;
padding: 0.2em 0.5em;
> .host {
opacity: 0.5;
}
> .user {
}
} }
} }