I made a dashboard using node-red and I used widgets as well as ui_template node.
I put all my custom html and CSS in the template node.
I use chrome developer tools to check each element and there are many elements I cannot change within the node-red flow.
I want access the html and CSS files of the dashboard I created which I believe is saved somewhere in .node-red folder. I checked the json file of the flow but that literally just contains the flow information but not the dashboard styling and stuff.
I have added a picture for reference. For e.g I want to change the margin of the highlighted paragraph.
I would highly appreciate the help.
