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 {
|
||||
background-color: rgba($color0,0.5);
|
||||
padding: 10px 0px;
|
||||
.weather-subtitle{
|
||||
font-size: 0.8em;
|
||||
color: rgba($color7,1);
|
||||
}
|
||||
}
|
||||
.notes {
|
||||
background-color: rgba($color0,0.5);
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
"${json.current_temp}°F / ${json.humidity}% "
|
||||
" ${json.max_temp}°F ${json.min_temp}°F"
|
||||
(label
|
||||
:class "weather-subtitle"
|
||||
:text " ${json.updated}"
|
||||
)))
|
||||
|
|
Loading…
Add table
Reference in a new issue