Fix dialog text being hardly readable in dark theme

This commit is contained in:
tobspr 2020-06-13 11:36:05 +02:00
parent 4ec8e89412
commit 4e4498ed53
2 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,10 @@
pointer-events: all;
@include S(width, 350px);
@include DarkThemeOverride {
color: #aaa;
}
strong {
font-weight: bold;
}

View File

@ -11,7 +11,9 @@ export const CHANGELOG = [
"Selecting an area now is relative to the world and thus does not move when moving the screen (by Dimava)",
"Allow higher tick-rates up to 500hz (This will burn your PC!)",
"Fix bug regarding number rounding",
"Fix dialog text being hardly readable in dark theme",
"Fix app not starting when the savegames were corrupted - there is now a better error message",
"Further translation updates - Big thanks to all contributors!",
],
},
{