diff --git a/src/css/ingame_hud/dialogs.scss b/src/css/ingame_hud/dialogs.scss index eef87505..2e1c417d 100644 --- a/src/css/ingame_hud/dialogs.scss +++ b/src/css/ingame_hud/dialogs.scss @@ -118,6 +118,10 @@ pointer-events: all; @include S(width, 350px); + @include DarkThemeOverride { + color: #aaa; + } + strong { font-weight: bold; } diff --git a/src/js/changelog.js b/src/js/changelog.js index 62575847..42633e68 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -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!", ], }, {