ToDoListPlus/style.css
2023-08-11 13:14:58 +02:00

6 lines
50 B
CSS

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