/* Your Custom CSS Goes here */
.todo-item {
  transition: all 0.2s ease;
}

.todo-item:hover {
  background-color: #f2f2f2; /* hafif gri */
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.todo-item-content{
    padding-left:10px;
}