ul {
    list-style-type: none;
    padding-left: 0;
}

ul li::before {
    content: "- ";
}
