[frontend] Improve mfm mention css
This commit is contained in:
parent
b08459197a
commit
793c246a68
1 changed files with 10 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue