Use feather for starts.

This commit is contained in:
2020-12-30 16:42:19 -08:00
parent 17e0fbc6fb
commit 2f9e6278ba
4 changed files with 15 additions and 1 deletions

View File

@@ -249,3 +249,13 @@ figure {
background-color: #ffee99;
border-color: #f5c827;
}
.feather {
width: 1rem;
height: 1rem;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: currentColor;
}