From 06767da52ddebcc41e34480d432a5daf2e38d831 Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Wed, 1 Apr 2020 12:54:33 +0100 Subject: [PATCH] Replaced themeable with body-color (#6999) [deploy] --- app/assets/stylesheets/notifications.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index a87118cb9..42bb21221 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -104,7 +104,7 @@ p.badge-credit-message { margin: 8px auto; width: 100%; - @include themeable(color, theme-color, $dark-gray); + color: var(--body-color); font-size: 0.94em; line-height: 1.35em; strong a {