Skip to content

Commit

Permalink
TMS-1028: Fix footer social-media icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed May 14, 2024
1 parent a8718cd commit ef38cfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit ef38cfe

Please sign in to comment.