Is it possible to style “text-shadow” globally via a theme or can it only be done at the card level? ex:
style: |
ha-card {
text-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
it obviously works at the card level but I’d like to make it “default” for all dashboard text.