ToDoListPlus/style.css
2023-08-16 14:19:59 +02:00

9 lines
79 B
CSS

ul{
padding: 0;
}
li {
list-style: none;
}
.form {
display: none;
}