How do I increase the font size for the Min and Max readings on these graph-cards?
The Min, 18.7C, and 02:50 on the Lounge card are inside a div.flex.info container so I tried card mod., but it didn’t work …
card-mod:
style: |
:div.flex.info { font-size:10px }
type: horizontal-stack
cards:
- type: custom:mini-graph-card
name: Lounge
align_header: left
align_icon: left
font_size: 75
entities:
- entity: sensor.meter_plus_da53_lounge
- entity: sensor.meter_plus_da53_humidity
show_graph: false
show_state: true
show_points: false
color_thresholds:
- value: 20
color: "#eb4d54"
- value: 18
color: "#1db954"
- value: 16
color: "#3a8df7"
hours_to_show: 24
hour24: true
icon: mdi:sofa
points_per_hour: 0.5
show:
extrema: true
fill: fade
- type: custom:mini-graph-card
name: Kitchen
align_header: left
align_icon: left
font_size: 75
entities:
- entity: sensor.meter_plus_88d5_kitchen
- entity: sensor.meter_plus_88d5_humidity
show_graph: false
show_state: true
show_points: false
- color: gray
entity: sensor.nightstate
name: Night
show_legend: false
show_line: false
show_points: false
y_axis: secondary
color_thresholds:
- value: 20
color: "#eb4d54"
- value: 18
color: "#1db954"
- value: 16
color: "#3a8df7"
hours_to_show: 24
hour24: true
icon: mdi:silverware-fork-knife
points_per_hour: 0.5
show:
extrema: true
fill: fade