todo riot, avec router

This commit is contained in:
2026-03-16 14:22:17 +01:00
parent 0490924e3d
commit a472e34bbe
9 changed files with 261 additions and 3 deletions
@@ -0,0 +1,16 @@
p.todo {
display : flex;
justify-content : space-between;
}
.done {
text-decoration: line-through;
color: #ccc;
}
.is-active {
color : #8EB901;
}
.delete {
background-color :#9B2318;
}