Changing text color?

Hi,

I have installed the “Better Minimalistic Area Card” but as you can see from the screenshot, it is hard to see the icons with the background. I have card mod installed, and have added

type: custom:better-minimalistic-area-card
title: Bedroom
area: bedroom
hide_unavailable: false
tap_action:
  action: navigate
  navigation_path: /config/areas/area/bedroom
entities:
  - light.bedroom_play
  - light.bedroom_lamp_1
  - switch.bedroom_switch
  - switch.soundbar_power
  - sensor.bedroom_motion_sensor_temperature
  - binary_sensor.roku_ultra_br_headphones_connected
  - binary_sensor.bedroom_motion_sensor_motion
grid_options:
  card_mod:
    style: |
      ha-card {
        color: red;
      }

but the text color is not changing. What am I doing wrong? I can’t for the life of me seem to change this whatsoever.

This part is definitely wrong, card-mod code cannot be inside grid_options.

1 Like

Thank you! Removing that fixed everything :slight_smile: