Initial commit

This commit is contained in:
2024-05-16 12:02:40 +02:00
commit a9e35e3d93
12 changed files with 1096 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.expired-data {
text-decoration : line-through;
}
.fresh-data {
text-decoration : none;
}
.low-glucose {
text-decoration : none;
color : #f18c8c;
}
.high-glucose {
text-decoration : none;
color : #fbf484;
}