19 lines
No EOL
347 B
CSS
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;
|
|
}
|
|
} |