diff --git a/CHANGELOG.MD b/CHANGELOG.MD index a3c4ecf..99f54a6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.3] - 2024-03-26 + +- TMS-914: Change anchor-link blocks border-color + ## [1.2.2] - 2024-03-18 - TMS-1017: Add image alt-text to imported news single-article diff --git a/assets/styles/blocks/_anchor-links.scss b/assets/styles/blocks/_anchor-links.scss new file mode 100644 index 0000000..a703bc5 --- /dev/null +++ b/assets/styles/blocks/_anchor-links.scss @@ -0,0 +1,5 @@ +.anchor-links { + &__list { + border-left: 2px solid $color-milavida-grey; + } +} \ No newline at end of file diff --git a/assets/styles/blocks/index.scss b/assets/styles/blocks/index.scss index 1b6cca0..79ca847 100644 --- a/assets/styles/blocks/index.scss +++ b/assets/styles/blocks/index.scss @@ -3,3 +3,4 @@ @import "image"; @import "key-figures"; @import "link-list"; +@import "anchor-links"; diff --git a/style.css b/style.css index c4df58a..bcee1a7 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* * Theme Name: TMS Theme Milavida * Description: Tampere Multisite Milavida Theme - * Version: 1.2.2 + * Version: 1.2.3 * Author: Geniem * Author URI: https://geniem.fi * Template: tms-theme-base