diff --git a/newspack-theme/sass/media/_captions.scss b/newspack-theme/sass/media/_captions.scss index a588c9001..f730a27ad 100755 --- a/newspack-theme/sass/media/_captions.scss +++ b/newspack-theme/sass/media/_captions.scss @@ -19,6 +19,12 @@ figcaption, text-align: left; } +// Override some specific styles coming from WordPress. +:root :where(.wp-block-image figcaption) { + color: var(--newspack-theme-color-text-light); + font-size: var(--newspack-theme-font-size-xs); +} + .has-text-color { figcaption, .wp-caption-text {