1

I imported a .grass file to play around with styles, broke something along the way, and decided I'd just as soon revert to the default Neo4j Browser styles.

How can I uninstall the .grass file I installed?

clozach
  • 5,118
  • 5
  • 41
  • 54

1 Answers1

6

You can reset to the default styles with :style reset

[ https://neo4j.com/developer/guide-neo4j-browser/#_styling_neo4j_browser_visualization ]

stdob--
  • 28,222
  • 5
  • 58
  • 73
  • Pro tip: You can also use `:style` and if you click the little fire extinguisher in the bottom right corner of the browser block, it'll also reset the formatting – Austin Nov 23 '22 at 05:10