[wip] hide protocols in links from masto servers

This commit is contained in:
emma 2022-12-11 06:47:53 +00:00
parent 427e63cfc3
commit 1312b07e2e

View file

@ -1,6 +1,15 @@
@import '../../_variables.scss';
.RichContent {
a {
&:hover {
text-decoration: underline;
}
& > span:not(:only-of-type):first-child {
visibility: collapse;
position: absolute;
}
}
blockquote {
margin: 0.2em 0 0.2em 2em;
font-style: italic;