diff --git a/MMM-CombinedMap.css b/MMM-CombinedMap.css index 89e6f5c..e90f23b 100644 --- a/MMM-CombinedMap.css +++ b/MMM-CombinedMap.css @@ -54,9 +54,12 @@ background: rgba(0, 100, 180, 0.8); } -.radar-timestamp.forecast::after { - content: " ⟩"; - opacity: 0.7; +/* Forecast indicator - subtle arrow */ +.radar-timestamp.forecast::before { + content: "▶ "; + font-size: 8px; + opacity: 0.8; + vertical-align: middle; } /* Legend (optional, can be enabled) */