From 1f0210e60d599520eb822e0ab85a97296a7028aa Mon Sep 17 00:00:00 2001 From: John Pettitt Date: Thu, 27 Feb 2020 09:09:18 -0800 Subject: [PATCH] make cookie text readable --- examples/source/news-publishing/News_Article.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }