Add styling for player bar

This commit is contained in:
2024-01-03 00:36:05 -05:00
parent 6afc982721
commit c9ad030e70
3 changed files with 95 additions and 0 deletions

View File

@ -3,3 +3,6 @@ $accent-color: #4032a8;
$text-controls-color: #e0e0e0;
$controls-hover-color: #c0c0c0;
$controls-click-color: #909090;
$play-bar-background-color: #212121;
$play-grad-start: #0a0533;
$play-grad-end: $accent-color;