Fixed colors for themeing

This commit is contained in:
kramo
2023-06-28 11:26:26 +02:00
parent 450cab9bbf
commit 7a07553a5d
2 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,6 @@
}
#details_view_play_button {
color: @dark_5;
background-color: @light_1;
color: rgba(0, 0, 0, .8);
background-color: white;
}

View File

@@ -6,7 +6,6 @@
}
#details_view_play_button {
color: @light_1;
background-color: @dark_5;
opacity: 0.8;
color: white;
background-color: rgba(0, 0, 0, .8);
}