forked from AkkomaGang/akkoma-fe
[wip] hide protocols in links from masto servers
This commit is contained in:
parent
427e63cfc3
commit
1312b07e2e
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue