From d42daa3b7c509ec886c24ad37ebc7784f3f5ca60 Mon Sep 17 00:00:00 2001 From: doodlezucc Date: Tue, 4 Oct 2022 01:54:28 +0200 Subject: [PATCH] updated changelog --- web/CHANGELOG.md | 6 ++++++ web/sass/game.scss | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web/CHANGELOG.md b/web/CHANGELOG.md index c76705ae..e31ea914 100644 --- a/web/CHANGELOG.md +++ b/web/CHANGELOG.md @@ -1,3 +1,9 @@ +## 04-10-2022 +- The *Fog of War* tool has undergone an overhaul, introducing a paintbrush and the ability to *snap to grid cells*. +- *Conditions* have been split into categories to make them easier to find. +- All tokens can now be labeled with a *nickname* to differentiate between similar creatures. +- You can now *see the names* of individual characters by simply *hovering* over their token. + ## 22-07-2022 - The website has been vastly improved for *mobile devices*. - If you're using a touch device, you can now *pinch zoom* on battle maps. diff --git a/web/sass/game.scss b/web/sass/game.scss index d7d10c85..7ac0aea3 100644 --- a/web/sass/game.scss +++ b/web/sass/game.scss @@ -984,7 +984,8 @@ $blink-off: #888d; > .toast { top: 60%; - background-color: #111a; + font-size: 14px; + background-color: #1119; padding: 6px 8px; opacity: 0; }