fix: block ref style issue

This commit is contained in:
Tienson Qin
2021-08-06 15:05:49 +08:00
parent 8884668c97
commit 12cfde84a1
2 changed files with 15 additions and 8 deletions

View File

@@ -152,11 +152,16 @@
}
}
.block-ref-no-title {
cursor: alias;
}
.block-ref {
padding-bottom: 2px;
border-bottom: 0.5px solid;
border-bottom-color: var(--ls-block-ref-link-text-color);
cursor: alias;
padding: 2px 5px;
display: inline;
&:hover {
color: var(--ls-link-text-hover-color);
@@ -477,4 +482,4 @@ span.cloze-revealed {
.page-property-key {
color: var(--ls-secondary-text-color);
}
}