Google App Script background transparent with HtmlService
I'm using google apps script for a google site, and i can easily create a transparent background by using UiApp.createApplication().setStyleAttribute("background","transparent") . Now, I'm trying to create the script using HtmlService.createHtmlOutput() , but i can't figure out how to make the app's background transparent. any ideas? If your Site background is a Theme, I can't find a way to match the Apps Script Gadget background to the theme. But if the Site background is a solid color, there is a way to match the Gadget with HTML Service to the Site color. You must set the background color