Buttons should have pointer cursor.

This commit is contained in:
2020-02-07 14:29:46 +01:00
parent e90ff8e5f5
commit 28f7e59da0

View File

@@ -276,6 +276,10 @@ hr {
align-items: center;
flex-direction: column;
justify-content: center;
button {
cursor: pointer;
}
}
.color-container {