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:
Banzobotic 2023-08-20 21:44:36 +01:00
parent 2a11de7571
commit 810cf9ab2c

View File

@ -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;