forked from monnerat/web_2025
todo riot, avec router
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user