Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-1261: Change highlighted articles pill colors

## [1.71.3] - 2026-03-16

- TMS-1259: Disable link underline in theme.json
Expand Down
2 changes: 1 addition & 1 deletion partials/home.dust
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</div>

{>"views/home/home-highlight" category_link_classes="has-background-primary-invert has-text-primary" /}
{>"views/home/home-highlight" category_link_classes="" /}

{>"views/home/home-filters" /}

Expand Down
Loading