From d51a226da46eb4dbdfaa6901a1ef346be72f3693 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:38:13 -0500 Subject: [PATCH] FIX: Revert color of post-map (#12774) * FIX: Revert color of post-map This commit changes post-map colors back to original after a11y changes. --- app/assets/stylesheets/desktop/latest-topic-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/latest-topic-list.scss b/app/assets/stylesheets/desktop/latest-topic-list.scss index a096f5ddaeb..f6f125c4389 100644 --- a/app/assets/stylesheets/desktop/latest-topic-list.scss +++ b/app/assets/stylesheets/desktop/latest-topic-list.scss @@ -15,6 +15,7 @@ .posts-map { font-size: $font-up-1; font-weight: bold; + color: var(--primary-medium); } }