add daily rain and timestamp #132

This commit is contained in:
Matt Walsh
2025-11-12 15:31:08 -06:00
parent afad953ed7
commit 107fa26da8
5 changed files with 20 additions and 30 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -12,6 +12,7 @@
font-weight: bold;
line-height: 24px;
top: 20px;
height: 290px;
.row {
margin-bottom: 12px;
@@ -53,5 +54,15 @@
overflow: hidden;
text-wrap: nowrap;
}
.timestamp {
position: absolute;
bottom: 15px;
right: 10px;
text-align: right;
font-family: "Star4000 Small";
font-size: 24pt;
font-weight: normal;
}
}
}