/**
custom styles here
 */
<head>
  <style>
   li {
    color: DeepSkyBlue; /* Цвет маркеров */
   }
   li span {
    color: DimGrey; /* Цвет текста */
   }
  </style>
 </head>