Main menu dark mode fixes

This commit is contained in:
tobspr 2020-06-22 15:25:08 +02:00
parent 28b2dc008c
commit d5b9a5b562
1 changed files with 3 additions and 2 deletions

View File

@ -473,8 +473,9 @@
} }
.footer { .footer {
> a { > a,
background: darken($darkModeGameBackground, 10); .sidelinks > a {
background-color: darken($darkModeGameBackground, 10);
color: #eee; color: #eee;
} }