song-of-the-day/song_of_the_day/Pages/Shared/_SpotifySongSuggestionsPartial.cshtml.css

16 lines
290 B
CSS

.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;
}