Skip to content

Commit

Permalink
Merge pull request #6 from kfuquay/main
Browse files Browse the repository at this point in the history
dark/light mode comments fix
  • Loading branch information
SlRvb authored Apr 1, 2022
2 parents 842e0fc + 37c58aa commit 4e1d64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit 4e1d64c

Please sign in to comment.