From 023a7147e251abd00d81f3971e592b4e430fdf44 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 31 May 2022 18:01:29 +0200 Subject: [PATCH] Feature/simplify feature page (#978) * Simplify page * Update changelog --- CHANGELOG.md | 6 ++++++ .../src/app/pages/features/features-page.html | 14 ++++++-------- .../client/src/app/pages/pricing/pricing-page.scss | 4 ---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9196a6fd..b64e0670f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Simplified the features page + ## 1.155.0 - 29.05.2022 ### Added diff --git a/apps/client/src/app/pages/features/features-page.html b/apps/client/src/app/pages/features/features-page.html index 3e1a4a9e0..32258a3cf 100644 --- a/apps/client/src/app/pages/features/features-page.html +++ b/apps/client/src/app/pages/features/features-page.html @@ -4,14 +4,12 @@

Features

- - -

- Check out the numerous features of Ghostfolio to - manage your wealth. -

-
-
+
+

+ Check out the numerous features of Ghostfolio to + manage your wealth. +

+
diff --git a/apps/client/src/app/pages/pricing/pricing-page.scss b/apps/client/src/app/pages/pricing/pricing-page.scss index 829c1abef..cadb10fac 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.scss +++ b/apps/client/src/app/pages/pricing/pricing-page.scss @@ -21,8 +21,4 @@ :host-context(.is-dark-theme) { color: rgb(var(--light-primary-text)); - - a { - color: rgb(var(--light-primary-text)); - } }