You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Velocity templates and the background color is set with a variable, so i have the style attribute of my table <table class="block block--colored" cellpadding="0" cellspacing="20" border="0" style="background-color: ${_bgc};color: ${_fc};">
However, it won't work to add any additional stylings in there. Only if I have set real color-values in there.
Imo it should override styles that are marked !important in the stylesheet. But at least it should add all additional values from the stylesheet like font-size or whatever.
The text was updated successfully, but these errors were encountered:
I have Velocity templates and the background color is set with a variable, so i have the style attribute of my table
<table class="block block--colored" cellpadding="0" cellspacing="20" border="0" style="background-color: ${_bgc};color: ${_fc};">
However, it won't work to add any additional stylings in there. Only if I have set real color-values in there.
Imo it should override styles that are marked
!important
in the stylesheet. But at least it should add all additional values from the stylesheet like font-size or whatever.The text was updated successfully, but these errors were encountered: