diff --git a/examples/source/news-publishing/News_Article.html b/examples/source/news-publishing/News_Article.html index 69df3b0bf5f..c8e74f5da52 100644 --- a/examples/source/news-publishing/News_Article.html +++ b/examples/source/news-publishing/News_Article.html @@ -132,7 +132,8 @@ padding: var(--space-1); background: var(--color-bg-light); text-align: center; - color: var(--color-text-light); + color: var(--color-text-dark); + border-top: 1px solid var(--color-text-dark); }