@css static final List<StyleRule> styles = [ css('.arcane-icon-card:hover').styles(raw: { 'border-color': ArcaneColors.accent, 'background-color': ArcaneColors.surfaceVariant, }), ];