11 lines
216 B
CSS
11 lines
216 B
CSS
@define-color accent_color @purple_1;
|
|
@define-color accent_bg_color @purple_4;
|
|
|
|
#details_view {
|
|
background-color: black;
|
|
}
|
|
|
|
#details_view_play_button {
|
|
color: rgba(0, 0, 0, .8);
|
|
background-color: white;
|
|
} |