Skip to content

Commit

Permalink
Merge branch 'TMS-914' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Mar 18, 2024
2 parents 3ae11cd + 305ae9c commit f49404c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- TMS-1013: Add event weekly entry dates to event partial
- TMS-1017: Add image alt-text to imported news single-article
- TMS-914: Change anchor-link blocks border-color

## [1.2.1] - 2024-02-01

Expand Down
5 changes: 5 additions & 0 deletions assets/styles/blocks/_anchor-links.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.anchor-links {
&__list {
border-left: 2px solid $color-milavida-grey;
}
}
1 change: 1 addition & 0 deletions assets/styles/blocks/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
@import "image";
@import "key-figures";
@import "link-list";
@import "anchor-links";

0 comments on commit f49404c

Please sign in to comment.