Development updates for Tridion
Periodically we add new functionality, enhance existing content types, or fix bugs that we find along the way. Stay connected with all the most recent updates to Tridion on our Development Updates blog.
Creative Commons photo credit: Richard Masoner
Change Log for November 13, 2025
Minor color contrast issues addressed in this CSS update
11/13/2025 12:58:03 PM
Michael Tangen
Issue:
A few color contrast issues were identified in the following elements:
- Sectional letter headings on the A-Z index page
- Article spotlight metadata on flex rows using the extended brand colors
- Back to Top anchor links on the A-Z index pages
- Document List Item metadata
- Document List sort buttons when set to current or in hover and focus states
- Inline multimedia metadata
- Quiz - button hover state inheriting the wrong color
Impact:
The core.css file in relation to the following page types:
- A-Z Index pages (page template)
- Flex Layouts Pages (both main and internal page templates)
- Anchor Link pages (page template)
- Document Highlights (static) (component template)_
- Document List pages
- Multimedia Item - Inline With Text (component template)
- Quiz - content type
Fixes and changes:
- content.azindex.less: the node .a-z-list h2 { } color property was updated to the HEX value of #555.
- content.article.less:
- branches have been added to provide additional formatting conditions to the metadata when other branding background colors are used on Flex Layout pages.
- fixes for .active, :hover, and :focus states on sort buttons, additionally the rounded corner issue has been remediated on the left buttons.
- content.list.anchors.less: anchor links now formatted to use MN Blue (#003865) and have had their underline formatting restored]
- content.document-list.less: the metadata text color has been updated to #666666
- content.gallery.less: metadata text color for inline media updated to #333333
- content.quiz.css: #answer button fixed with a hover and focus state of #ffffff
Action required:
Agencies should republish their core.css assembly to pick up these changes. The quiz CSS page assembly has been re-published for you.
Accessibility
Change Log