enhance: hide logbook by default

This commit is contained in:
Tienson Qin
2021-08-31 12:48:51 +08:00
parent 719f780f3d
commit dd9a90b4ad
7 changed files with 193 additions and 165 deletions

View File

@@ -515,3 +515,12 @@ span.cloze-revealed {
.page-property-key {
color: var(--ls-secondary-text-color);
}
.block-parents a {
color: var(--ls-primary-text-color);
opacity: 0.8;
}
.block-parents a:hover {
opacity: 1;
}