fixed command palette highlighting

This commit is contained in:
GlitchByte
2021-07-14 09:02:08 -04:00
parent 9cc3038eef
commit aadba5be59
2 changed files with 5 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ img
.suggestion-item.is-selected .suggestion-item.is-selected
{ {
background-color: var(--background-secondary); background-color: var(--background-secondary-alt);
} }
.empty-state-container:hover .empty-state-container:hover
@@ -493,3 +493,6 @@ input.task-list-item-checkbox:checked
fill: var(--dark3) !important; fill: var(--dark3) !important;
} }
.frontmatter-container {
display: none;
}