Files
julien Lengrand-Lambert 4657a24c34 Initial commit
2021-05-28 00:37:58 +02:00

12 lines
169 B
CSS

body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 16px;
}
.completed {
text-decoration: line-through;
}
ul {
list-style-type: none;
}