1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Main menu dark mode fixes

This commit is contained in:
tobspr
2020-06-22 15:25:08 +02:00
parent 28b2dc008c
commit d5b9a5b562

View File

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