also show the weather

This commit is contained in:
Jakob Ketterl 2024-01-19 01:21:25 +01:00
parent 5da76b0746
commit 23be56007b
2 changed files with 11 additions and 2 deletions

View file

@ -1367,6 +1367,10 @@ img.openwebrx-mirror-img
content: "📰 ";
}
.rds-container .rds-radiotext-plus .rds-rtplus-weather:not(:empty):before {
content: "⛅ ";
}
.rds-container .rds-radiotext-plus .rds-rtplus-homepage:not(:empty):before {
content: "🔗 ";
}