diff --git a/packages/gatsby-theme-carbon/src/components/AnchorLinks/AnchorLinks.module.scss b/packages/gatsby-theme-carbon/src/components/AnchorLinks/AnchorLinks.module.scss index 272c4837a..e33d2dacc 100644 --- a/packages/gatsby-theme-carbon/src/components/AnchorLinks/AnchorLinks.module.scss +++ b/packages/gatsby-theme-carbon/src/components/AnchorLinks/AnchorLinks.module.scss @@ -30,7 +30,7 @@ position: relative; display: inline-block; transition: color $transition--base; - color: $interactive-02; + color: $carbon--gray-100; text-decoration: none; margin-bottom: $spacing-03; margin-left: $spacing-06; diff --git a/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss b/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss index 606690923..aac98f616 100644 --- a/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss +++ b/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss @@ -30,7 +30,6 @@ } .#{$prefix}--article-card__info { - @include carbon--type-style('caption-01'); position: absolute; bottom: 1rem; left: 1rem; @@ -38,6 +37,10 @@ color: $text-02; } +.#{$prefix}--article-card__info p { + @include carbon--type-style('caption-01'); +} + .#{$prefix}--article-card__img .gatsby-resp-image-wrapper { margin-bottom: 0; } diff --git a/packages/gatsby-theme-carbon/src/components/Caption/caption.scss b/packages/gatsby-theme-carbon/src/components/Caption/caption.scss index 3abaec8b9..aa466e5d8 100644 --- a/packages/gatsby-theme-carbon/src/components/Caption/caption.scss +++ b/packages/gatsby-theme-carbon/src/components/Caption/caption.scss @@ -11,8 +11,8 @@ img + .#{$prefix}--caption { } // Caption after video -[class^='Video-module--video'] + .#{$prefix}--caption { - margin-top: -$spacing-08; +div[class^='Video-module--video'] + .#{$prefix}--caption { + margin-top: -$layout-05; } // Responsive by default