Skip to content

Instantly share code, notes, and snippets.

@konhi
Created August 9, 2021 12:21
Show Gist options
  • Save konhi/e44b959598a8970781c4f9fb572c6042 to your computer and use it in GitHub Desktop.
Save konhi/e44b959598a8970781c4f9fb572c6042 to your computer and use it in GitHub Desktop.
Distinct Color Graph View in Obsidian.md
/* Resolves https://www.reddit.com/r/ObsidianMD/comments/p0w0ib/changing_the_colour_of_uncreated_notes_in_graph/ */
/* Changes color and opacity of uncreated notes. */
.graph-view.color-fill-unresolved {
color: #7b6cd9;
opacity: 1.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment