High Contrast Button

This commit is contained in:
ssyyhhrr
2023-01-23 21:13:13 +00:00
parent 63cddf5165
commit 024cf4270b
4 changed files with 89 additions and 14 deletions

View File

@@ -0,0 +1,24 @@
.incorrect {
background-color: #e21143;
border-radius: 18%;
}
.previous {
background-color: #f9bd00;
border-radius: 18%;
}
.correct {
background-color: #88ea09;
border-radius: 18%;
}
.down {
background-color: #8a2df0;
border-radius: 0 0 36% 36%;
}
.up {
background-color: #f9bd00;
border-radius: 36% 36% 0 0;
}