From ef38cfe35e2f4194c7e19c98641b320fb4fe61a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Tue, 14 May 2024 14:33:31 +0300 Subject: [PATCH 1/2] TMS-1028: Fix footer social-media icon color --- CHANGELOG.MD | 2 ++ assets/styles/overrides/_footer.scss | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7e6ce0e..4ad2e80 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1028: Fix footer social-media icon color + ## [1.12.1] – 2023-05-24 ### Changed diff --git a/assets/styles/overrides/_footer.scss b/assets/styles/overrides/_footer.scss index c3488a2..2cab9f6 100644 --- a/assets/styles/overrides/_footer.scss +++ b/assets/styles/overrides/_footer.scss @@ -20,10 +20,16 @@ outline-color: $black; } } + + .icon.is-primary-invert { + fill: currentColor !important; + } + h2 { color: $black; text-transform: none; } + a { font-weight: inherit; } From 80ac3364996d4ab9e4ff0856a9fc65e8fc531b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Sun, 19 May 2024 23:50:13 +0300 Subject: [PATCH 2/2] 1.12.2 --- CHANGELOG.MD | 2 ++ style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4ad2e80..a1ca3d2 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.12.2] - 2024-05-20 + - TMS-1028: Fix footer social-media icon color ## [1.12.1] – 2023-05-24 diff --git a/style.css b/style.css index 82c5840..b2154c7 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* * Theme Name: TMS Theme Filharmonia * Description: Tampere Multisite Filharmonia Theme - * Version: 1.12.1 + * Version: 1.12.2 * Author: Geniem * Author URI: https://geniem.fi * Template: tms-theme-base