fix: better background for fixing player text color #38

This commit is contained in:
Michel Roux 2024-01-17 23:16:46 +01:00
parent a90368fa2e
commit 2047470555

View File

@ -52,7 +52,7 @@ export default {
}
.footer {
background-color: rgba(66, 66, 66, .9);
background-color: var(--color-main-background);
bottom: 0;
height: 6rem;
right: 0;