New backup 2025-04-22 10:45:01
This commit is contained in:
parent
4e18bace56
commit
d9f2e59046
2 changed files with 2 additions and 1 deletions
|
@ -174,6 +174,7 @@ tooltip{
|
|||
padding: 40px;
|
||||
button {
|
||||
background-color: rgba($color9,0.5)
|
||||
border-radius: 20px;
|
||||
}
|
||||
button:hover {
|
||||
background-color: rgba($color1,0.5)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
:width 300
|
||||
:height 125
|
||||
:space-evenly true
|
||||
"Eugene, OR | ${json.condition} ${json.icon}"
|
||||
"${json.condition} ${json.icon}"
|
||||
"${json.current_temp}°F / ${json.humidity}% "
|
||||
" ${json.max_temp}°F ${json.min_temp}°F"
|
||||
" ${json.updated}"))
|
||||
|
|
Loading…
Add table
Reference in a new issue