What I’m trying to do
I’m trying to colour the links between nodes so graph view provides a quick overview of how they are connected. I managed to colour all the links using css snippets but now I want to differentiate using tags or some other suitable form of organisational tool, if possible keeping it as simple as possible like:
[[node1]] #tag1
With all the nodes between which a “tag1 link” has been established having the same custom colour.
Things I have tried
Searching the forum/google and establishing global link colour using css snippets.