ul {
    list-style: none;
}
ul li::before {
    content: "\2022";
    color: green
}