diff --git a/src/moj/components/interruption-card/_interruption-card.scss b/src/moj/components/interruption-card/_interruption-card.scss index 4eedccbd5..b7636c56d 100644 --- a/src/moj/components/interruption-card/_interruption-card.scss +++ b/src/moj/components/interruption-card/_interruption-card.scss @@ -14,6 +14,13 @@ color: govuk-colour("white"); } +// If $govuk-global-styles is true, we need to override the color and size on elements +// within the body class directly +.moj-interruption-card__body > * { + @include govuk-font-size($size: 24); + color: govuk-colour("white"); +} + .moj-interruption-card__body:last-child { margin-bottom: 0; }