2 parents 08fc7a5 + de0d334 commit d8cf2bfCopy full SHA for d8cf2bf
1 file changed
dotcom-rendering/src/components/FrontSection.tsx
@@ -118,6 +118,7 @@ const borderColourStyles = (
118
return schemePalette('--section-border-opinion');
119
case 'Sport':
120
case 'Sports':
121
+ case 'Winter Olympics 2026':
122
return schemePalette('--section-border-sport');
123
case 'Lifestyle':
124
return schemePalette('--section-border-lifestyle');
@@ -143,6 +144,7 @@ const articleSectionTitleStyles = (
143
144
return schemePalette('--article-section-title-opinion');
145
146
147
148
return schemePalette('--article-section-title-sport');
149
150
return schemePalette('--article-section-title-lifestyle');
0 commit comments