Currently, I have my Luis bot integrated into a SharePoint website using the iframe HTML element. I am looking to add some custom styling to it, specifically changing its background color.
I found a tutorial that explains I need to clone the source code and modify the typescript and SCSS files. However, since my bot is hosted on Azure, I am unsure where to deploy the source code and how to reference it in my bot.
Can I define the background color through the iframe itself? If not, could someone please assist me with this customization?