Fix dialog text being hardly readable in dark theme

pull/140/head
tobspr 4 years ago
parent 4ec8e89412
commit 4e4498ed53

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

@ -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!",
],
},
{

Loading…
Cancel
Save