Skip to content

Commit

Permalink
too transparent bg
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Mar 10, 2024
1 parent 03e0be0 commit c81e88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class Player extends LitElement {
}
*[background] {
background-color: rgba(var(--rgb-card-background-color), 0.65);
background-color: rgba(var(--rgb-card-background-color), 0.9);
border-radius: 10px;
}
`;
Expand Down

0 comments on commit c81e88b

Please sign in to comment.