Skip to content

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
- Switch dark + light mode in comments to match classes
  • Loading branch information
kfuquay authored Mar 31, 2022
1 parent 842e0fc commit 6ddce93
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 6ddce93

Please sign in to comment.