Adjust local forecast text for non-standard themes
Some checks are pending
build-docker / Build Image (push) Waiting to run
Some checks are pending
build-docker / Build Image (push) Waiting to run
This commit is contained in:
parent
a964662940
commit
e24ce39c69
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue