fix: block ref style

This commit is contained in:
Tienson Qin
2021-12-05 22:25:57 +08:00
parent d7c4392ecb
commit 1539e0e806
2 changed files with 1 additions and 6 deletions

View File

@@ -165,7 +165,7 @@
border-bottom-color: var(--ls-block-ref-link-text-color);
cursor: alias;
padding: 2px 0;
display: inline;
display: inline-block;
&:hover {
color: var(--ls-link-text-hover-color);
@@ -531,4 +531,3 @@ span.cloze-revealed {
.block-parents a:hover {
opacity: 1;
}