Use better exception for markdown
Now more readable, and doesn't affect other external links such as in sidebar-card
This commit is contained in:
parent
2a11de7571
commit
810cf9ab2c
@ -233,7 +233,7 @@ a,
|
||||
|
||||
position: relative;
|
||||
|
||||
&:not([rel~=ugc]) {
|
||||
&:not(.markdown-body a) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@ -241,7 +241,7 @@ a,
|
||||
scale: 0.95;
|
||||
}
|
||||
|
||||
&:not([rel~=ugc])::before {
|
||||
&:not(.markdown-body a)::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user