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