From aadba5be59c1280f6d5bc5ae9449d95372765439 Mon Sep 17 00:00:00 2001 From: GlitchByte Date: Wed, 14 Jul 2021 09:02:08 -0400 Subject: [PATCH] fixed command palette highlighting --- README.md | 2 +- everforest.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb45100..eff2c17 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Simply copy the `everforest.css` file to your vault directory/.obsidian/themes t ![](dark.png) -![](light.png) +![](light.png) \ No newline at end of file diff --git a/everforest.css b/everforest.css index cabe02a..81ce402 100644 --- a/everforest.css +++ b/everforest.css @@ -428,7 +428,7 @@ img .suggestion-item.is-selected { - background-color: var(--background-secondary); + background-color: var(--background-secondary-alt); } .empty-state-container:hover @@ -493,3 +493,6 @@ input.task-list-item-checkbox:checked fill: var(--dark3) !important; } +.frontmatter-container { + display: none; +} \ No newline at end of file