Changes

Temporarily turn off text shadows
Line 167: Line 167:  
color = glow_colors[index]
 
color = glow_colors[index]
 
end
 
end
table.insert(text_shadows, format{self._text_shadow_template, radius = radius, color = color})
+
--table.insert(text_shadows, format{self._text_shadow_template, radius = radius, color = color})
 
end
 
end
 
self._vars.top_bg_color, self._vars.text_shadow, self._vars.top_extra_style = bg_color, table.concat(text_shadows, ", "), extra_style
 
self._vars.top_bg_color, self._vars.text_shadow, self._vars.top_extra_style = bg_color, table.concat(text_shadows, ", "), extra_style
Anonymous user