From 2f70bd83a3b20b0ab89f6cdd596b8bc8d4402c70 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 14 Dec 2018 10:04:44 -0500 Subject: [PATCH] Increase contrast of pinned excerpt for dark themes --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 4cb62579ac..8bf1386fd2 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -152,7 +152,7 @@ .topic-excerpt { font-size: $font-down-1; margin-top: 5px; - color: dark-light-choose($primary-high, $secondary-high); + color: $primary-high; word-wrap: break-word; line-height: $line-height-large; padding-right: 20px;