Iceshrimp.NET/Iceshrimp.Frontend/Components/MfmText.razor.css
2024-06-29 00:22:11 +02:00

19 lines
No EOL
347 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 {
}
}
.mfm {
margin: 0;
}
}