Render nodes in different folder with different color by custom css

I want to quickly identify nodes in specific folders in graph view, so I think I can render the nodes with different style like fill-color.

I know how css works but I do not know what is the nodes’ attribution looks like, since I can only see the node with developer tool (but cannot look inside). I think each node has an attribution point to the file path so that ob can jump to the file when I click the node in graph view.

So is it possible to write some custom css to render specific nodes in some other colors?

A post was merged into an existing topic: Graph View: Colored clusters