diff --git a/CHANGELOG.md b/CHANGELOG.md index 18edf5479..6a17c63fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for translated labels of asset and asset sub class - Added support for dates in _ISO 8601_ date format (`YYYY-MM-DD`) in the activities import +### Changed + +- Darkened the background color of the dark mode + ### Fixed - Improved the loading indicator of the portfolio evolution chart diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 095d77a02..69568a059 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -177,7 +177,7 @@ FAQ @@ -189,7 +189,7 @@ Changelog & License @@ -198,7 +198,7 @@ Privacy Policy diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index c31d7596c..024b21a19 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -17,7 +17,7 @@ $mat-css-light-theme-selector: '.is-light-theme'; } :root { - --dark-background: rgb(39, 39, 39); + --dark-background: rgb(25, 25, 25); --font-family-sans-serif: Roboto, 'Helvetica Neue', sans-serif; --light-background: rgb(255, 255, 255); }