I would like to color-code the bubbles in the graph view.
This is what I am currently doing:
- I am building a history knowledge base.
- Folders are for example “People”, “Places”, “Years”
- Notes in each folder contain the actual information, and I use links to trace the information between them.
This is what I would love to be able to do:
I would like all bubbles for
- notes in the folder “People” to have color “1”
- notes in the folder “Places” to have color “2”
- and so on
I have no idea how to do this in CSS, but I am willing to work my way through the fog. Anyone who can point me in the right direction?
Thanks