feat: implement song submission support, refs #5
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.songSelectorButton {
|
||||
background-color: #e3e6e7;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.songSelectorButton:nth-child(2n) {
|
||||
background-color: #cacbce;
|
||||
}
|
||||
|
||||
.songSelectorButton.selected {
|
||||
background-color: #a0c3e5;
|
||||
border-radius: 2px;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-color: #285786;
|
||||
}
|
||||
Reference in New Issue
Block a user