{{if contentBackgroundColor}} :root { background-color: {{.contentBackgroundColor.bc_rgbaString}} !important; } {{end contentBackgroundColor}} {{if contentColor}} :root * { background-color: transparent !important; color: {{.contentColor.bc_rgbaString}} !important; } :root svg|text { fill: {{.contentColor.bc_rgbaString}} !important; stroke: none !important; } {{end contentColor}} * { -webkit-user-select: none; -webkit-touch-callout: none; }