diff --git a/components/slices/Article.vue b/components/slices/Article.vue index 4260bd90e..b59ad6209 100644 --- a/components/slices/Article.vue +++ b/components/slices/Article.vue @@ -44,7 +44,7 @@ @@ -245,14 +245,14 @@ export default { .article-content { &__description { margin: 16px 0 24px 0; - color: $grey-10; + color: $grey-6; ul { list-style: none; padding: 0; li:before { - color: $grey-10; + color: $grey-6; } } diff --git a/components/slices/Features.vue b/components/slices/Features.vue index aed225bf4..f59906d53 100644 --- a/components/slices/Features.vue +++ b/components/slices/Features.vue @@ -162,7 +162,7 @@ export default { &__description { width: 217px; - color: $grey-9; + color: $grey-6; font-size: 0.875rem; letter-spacing: 0.15px; line-height: 24px;