Skip to content

Commit eeb249c

Browse files
Reove temporaryBodyCopyColourOverride for DCAR interactive articles
1 parent 332aa60 commit eeb249c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import type { ArticleDeprecated } from '../types/article';
2727
import type { ServerSideTests, Switches } from '../types/config';
2828
import type { FEElement } from '../types/content';
2929
import type { RenderingTarget } from '../types/renderingTarget';
30-
import { temporaryBodyCopyColourOverride } from './InteractiveLayout';
3130
import { interactiveGlobalStyles } from './lib/interactiveLegacyStyling';
3231
import { BannerWrapper, Stuck } from './lib/stickiness';
3332

@@ -213,7 +212,6 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
213212
<Island priority="critical">
214213
<InteractivesDisableArticleSwipe />
215214
</Island>
216-
<Global styles={temporaryBodyCopyColourOverride} />
217215
</>
218216
)}
219217
{isWeb && (

dotcom-rendering/src/layouts/InteractiveLayout.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,6 @@ const starWrapper = css`
201201
margin-left: -10px;
202202
`;
203203

204-
export const temporaryBodyCopyColourOverride = css`
205-
.content__main-column--interactive p {
206-
/* stylelint-disable-next-line declaration-no-important */
207-
color: ${themePalette('--article-text')} !important;
208-
}
209-
`;
210-
211204
interface CommonProps {
212205
article: ArticleDeprecated;
213206
format: ArticleFormat;
@@ -253,7 +246,6 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
253246
<Island priority="critical">
254247
<InteractivesDisableArticleSwipe />
255248
</Island>
256-
<Global styles={temporaryBodyCopyColourOverride} />
257249
</>
258250
)}
259251
{article.isLegacyInteractive && (

0 commit comments

Comments
 (0)