From 4e4498ed531d5ba389d73eaf49c0359649618674 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 13 Jun 2020 11:36:05 +0200 Subject: [PATCH] Fix dialog text being hardly readable in dark theme --- src/css/ingame_hud/dialogs.scss | 4 ++++ src/js/changelog.js | 2 ++ 2 files changed, 6 insertions(+) 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!", ], }, {