This commit is contained in:
2025-06-22 08:15:06 +02:00
parent 12aaf87a46
commit 5539982abd
26 changed files with 267 additions and 121 deletions

View File

@@ -7,7 +7,7 @@
background-color: $bg;
font-family: 'Font Awesome 6 Free';
border-radius: 20px;
border: 3px solid $blue;
border: 2px solid $blue;
}
.date-box {
@@ -55,6 +55,12 @@
font-size: 60px;
}
.weather-updatetime {
color: $fg-alt;
font-size: 12px;
margin-top: 10px;
}
.stats-box {
background-color: $gray-alt;
margin: 20px 20px 0px 20px;