From 6ddce93bfa24652cb01afd8a4dcad3deeb8f72b6 Mon Sep 17 00:00:00 2001 From: Kirsty Fuquay Date: Thu, 31 Mar 2022 18:52:45 -0400 Subject: [PATCH] Comments fix - Switch dark + light mode in comments to match classes --- obsidian.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian.css b/obsidian.css index 4462226..054df2e 100644 --- a/obsidian.css +++ b/obsidian.css @@ -442,10 +442,10 @@ a.tag {} /*Reading Mode*/ .graph-view.color-fill-focused { /*color of focused node/note*/ color: #ffdd00; } -.theme-dark .graph-view.color-fill-tag { /*light mode tag color*/ +.theme-dark .graph-view.color-fill-tag { /*dark mode tag color*/ color: #704214; } -.theme-light .graph-view.color-fill-tag { /*dark mode tag color*/ +.theme-light .graph-view.color-fill-tag { /*light mode tag color*/ color: #E0D3AF; } .theme-dark .graph-view.color-fill-attachment { /*dark mode attachment color*/