fix: sometimes pdf links can't be opened

This commit is contained in:
Tienson Qin
2021-08-06 21:28:02 +08:00
parent de7c6584fb
commit 5987fbcddd
2 changed files with 5 additions and 5 deletions

View File

@@ -504,13 +504,13 @@
&.is-pdf {
&:before {
content: "[[📚";
opacity: .4;
opacity: .7;
margin-right: 4px;
}
&:after {
content: "]]";
opacity: .4;
opacity: .7;
}
}
}