Show dates in more readable way in webapp

This commit is contained in:
2022-07-31 18:23:35 +02:00
parent e749128b16
commit db44b051fb
3 changed files with 38 additions and 5 deletions

10
static/fioul.css Normal file
View File

@@ -0,0 +1,10 @@
/*
tr.monday td {
border-bottom-width: 0.19rem;
}
*/
tr.saturday, tr.sunday {
/* background-color: aliceblue; */
background-color: var(--clight);
}