Skip to content

Commit

Permalink
Merge pull request #94 from devgeniem/TMS-1028-fix
Browse files Browse the repository at this point in the history
TMS-1028: Fix footer social-media icon color
  • Loading branch information
eebbi authored May 19, 2024
2 parents a8718cd + 80ac336 commit 5941b78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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

### Changed
Expand Down
6 changes: 6 additions & 0 deletions assets/styles/overrides/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@
outline-color: $black;
}
}

.icon.is-primary-invert {
fill: currentColor !important;
}

h2 {
color: $black;
text-transform: none;
}

a {
font-weight: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5941b78

Please sign in to comment.