Iceshrimp.NET/Iceshrimp.Frontend/Components/MfmText.razor.css
2024-06-19 01:56:55 +02:00

16 lines
No EOL
311 B
CSS

/*These must apply to all child attributes*/
::deep {
.mention {
text-decoration: none;
background-color: var(--highlight-color);
border-radius: 1em;
padding: 0.2em 0.5em;
> .host {
opacity: 0.5;
}
> .user {
}
}
}