From 72a8108357fb5a86cd994f641f3df9e70cb1a0e3 Mon Sep 17 00:00:00 2001 From: whyt-byte <72023275+whyt-byte@users.noreply.github.com> Date: Mon, 13 Dec 2021 23:24:30 +0800 Subject: [PATCH] Update obsidian.css --- obsidian.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian.css b/obsidian.css index bd3f7e3..901c82c 100644 --- a/obsidian.css +++ b/obsidian.css @@ -15190,8 +15190,8 @@ body:not(.remove-file-icons).theme-dark .nav-folder-children .nav-file-title-con font-family: "Material Icons Outlined"; } -body:not(.remove-file-icons).theme-dark .nav-file-title.is-active>.nav-file-title-content::before, -body:not(.remove-file-icons).theme-light .nav-file-title.is-active>.nav-file-title-content::before { +body:not(.remove-file-icons).theme-dark .nav-file-title.is-active[data-path$=".md"]>.nav-file-title-content::before, +body:not(.remove-file-icons).theme-light .nav-file-title.is-active[data-path$=".md"]>.nav-file-title-content::before { content: "\e873"; opacity: 1; font-family: "Material Icons";