feat: selection

This commit is contained in:
cv
2021-04-24 18:28:58 +02:00
parent f1face2592
commit a77afa54cf
5 changed files with 94 additions and 29 deletions
@@ -15,3 +15,11 @@
opacity: 0.3;
align-self: center;
}
.cursor {
width: 90%;
min-height: 2px;
background-color: #ff7597;
border-radius: 2px;
margin: 0 auto;
}