Adjust local forecast text for non-standard themes
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-11 12:59:43 -04:00
commit e24ce39c69
2 changed files with 6 additions and 1 deletions

View file

@ -28,3 +28,8 @@
:root[data-theme]:not([data-theme='default']) .weather-display .local-forecast .forecasts {
margin-top: 16px;
}
:root[data-theme]:not([data-theme='default']) .weather-display .local-forecast .forecast {
font-size: 24px;
padding-right: 20px;
}

File diff suppressed because one or more lines are too long