New backup 2025-05-06 14:30:02

This commit is contained in:
Penelope Gwen 2025-05-06 14:30:02 -07:00
parent b22527c2f4
commit c358a80bee
2 changed files with 5 additions and 0 deletions

View file

@ -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);

View file

@ -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}"
)))