Custom CSS for play button

This commit is contained in:
kramo
2023-04-10 16:12:42 +02:00
parent d93c6aa81d
commit 39f79e118e
3 changed files with 12 additions and 1 deletions

View File

@@ -1,2 +1,8 @@
@define-color accent_color @purple_5;
@define-color accent_bg_color @purple_3;
#overview_launch {
color: @light_1;
background-color: @dark_5;
opacity: 0.8;
}