hello,
I am looking for a solution to dynamically change the background color of the dashboard v1.0.
I searched but I'm not very experienced in pure code.
my need :
I have two payload variables:
msg.colorbas
msg.colorbas
that I want to use as a variable in a ui-template.
the code works well with constants.
Thank you for your help
body {
background: -webkit-linear-gradient(
55deg,
{{msg.colorbas}} 0%, /*#181718 */
{{msg.colorhaut}} 100% /*#92539B */
);
-webkit-touch-callout: none !important;
}