ul {
  list-style-position: inside;
}
li::marker {
  color: #c0c0c0; /* Changes the marker color to red */
  font-size: 1.2em; /* You can also change the size */
}