
li.status-current {
  list-style-type: "⭐ ";
}
li.status-aged {
  list-style-type: "🧓 ";
}
li.status-unused {
  list-style-type: "🪦 ";
  opacity: 80%;
}
li.status-demo {
  list-style-type: "🧪 ";
}

.gitlogo-svg {
  width: 1em;
  height: 1em;
}
