Skip to content

Instantly share code, notes, and snippets.

@ManonLef
Created May 21, 2024 07:34
Show Gist options
  • Save ManonLef/88e1f824c1e97901b032384aec41b998 to your computer and use it in GitHub Desktop.
Save ManonLef/88e1f824c1e97901b032384aec41b998 to your computer and use it in GitHub Desktop.
Some Obsidian.md styling snippets
/* This snippet will edit the color of the unresolved nodes / uncreated notes in graph view. */
body {
--graph-node-unresolved: rgb(231, 132, 237);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment