18 lines
354 B
CSS
18 lines
354 B
CSS
@define-color accent_color @purple_5;
|
|
@define-color accent_bg_color @purple_3;
|
|
|
|
#details_view {
|
|
background-color: white;
|
|
}
|
|
|
|
#details_view_play_button {
|
|
color: @light_1;
|
|
background-color: @dark_5;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* The HIG claims another victim... */
|
|
#cover_button {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
} |