I use this for some icons I’ve assigned a specific style to.
#app .tile.--theme-style-dash-active:not(.spacer) .icon {
-webkit-filter: drop-shadow(0 0 2px #ffc30B) drop-shadow(0 0 2px #ffc30B);
filter: drop-shadow(0 0 2px #ffc30B) drop-shadow(0 0 2px #ffc30B);
}
I’m just on phone, not computer so can’t tell if it’s formatted properly.