Main Menu dark theme

This commit is contained in:
dengr1065 2020-06-17 02:20:09 +03:00
parent e2d6d9d51d
commit 7f32216404
1 changed files with 40 additions and 0 deletions

View File

@ -401,4 +401,44 @@
}
}
}
@include DarkThemeOverride {
background: #53565e center center / cover !important;
.topButtons {
filter: invert(1);
.languageChoose {
filter: invert(1);
}
}
.mainContainer {
background: #4b4c50;
.savegames .savegame {
background: #62646a;
color: white;
}
}
.footer {
> a {
background: #4b4c50;
color: #eee;
}
.author {
color: #bdbdbd;
> a {
color: white;
}
}
.thirdpartyLogo.githubLogo {
filter: invert(1);
}
}
}
}