New backup 2025-05-06 14:30:02
This commit is contained in:
parent
b22527c2f4
commit
c358a80bee
2 changed files with 5 additions and 0 deletions
|
@ -168,6 +168,10 @@ tooltip{
|
||||||
.weather {
|
.weather {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: rgba($color0,0.5);
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
|
.weather-subtitle{
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: rgba($color7,1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.notes {
|
.notes {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: rgba($color0,0.5);
|
||||||
|
|
|
@ -12,5 +12,6 @@
|
||||||
"${json.current_temp}°F / ${json.humidity}% "
|
"${json.current_temp}°F / ${json.humidity}% "
|
||||||
" ${json.max_temp}°F ${json.min_temp}°F"
|
" ${json.max_temp}°F ${json.min_temp}°F"
|
||||||
(label
|
(label
|
||||||
|
:class "weather-subtitle"
|
||||||
:text " ${json.updated}"
|
:text " ${json.updated}"
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue