When: Embedding n8n
Need: Make the CSS styling choices match the product it is being embedded in
Suggestion: add a variable for a URL for n8n to pass on for an external CSS file (instead of the default)
Current Workarounds:
- Breaking open the container and changing the file every time you went to move to the latest release, this though is labour intensive and that the container is now not “how it was when if left the factory” would cause questions when debugging issues.
- Have something external (such as a rule on a load balancer) swap files before they get to the end user, this also creates issues for debugging as the data flow between client and server is no longer “untainted”