diff --git a/dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx b/dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx index e37695c5f3c..051d1ec2c5c 100644 --- a/dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx +++ b/dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx @@ -27,7 +27,6 @@ import type { ArticleDeprecated } from '../types/article'; import type { ServerSideTests, Switches } from '../types/config'; import type { FEElement } from '../types/content'; import type { RenderingTarget } from '../types/renderingTarget'; -import { temporaryBodyCopyColourOverride } from './InteractiveLayout'; import { interactiveGlobalStyles } from './lib/interactiveLegacyStyling'; import { BannerWrapper, Stuck } from './lib/stickiness'; @@ -210,7 +209,6 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => { - )} {isWeb && ( diff --git a/dotcom-rendering/src/layouts/InteractiveLayout.tsx b/dotcom-rendering/src/layouts/InteractiveLayout.tsx index 590f83e162a..3db9b71bf13 100644 --- a/dotcom-rendering/src/layouts/InteractiveLayout.tsx +++ b/dotcom-rendering/src/layouts/InteractiveLayout.tsx @@ -201,13 +201,6 @@ const starWrapper = css` margin-left: -10px; `; -export const temporaryBodyCopyColourOverride = css` - .content__main-column--interactive p { - /* stylelint-disable-next-line declaration-no-important */ - color: ${themePalette('--article-text')} !important; - } -`; - interface CommonProps { article: ArticleDeprecated; format: ArticleFormat; @@ -253,7 +246,6 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => { - )} {article.isLegacyInteractive && (