html { 
  height: 100%;
  background-color: white;
}
a {
    color: #6b9080;
    text-decoration: underline;
}
li { margin: 0.4rem 0; }
li::marker {
    color: #6b9080;
}
ul > li::marker {
    content: '◆ ';
}
ul > ul > li::marker {
    content: '◇ ';
}