From b0b23b385ac4cfa2aef1c4308b4b4177ec00f0eb Mon Sep 17 00:00:00 2001 From: kay nguyen Date: Fri, 20 Sep 2019 16:41:20 -0400 Subject: [PATCH] fixed Load More button not readable in night theme (#4077) --- app/assets/stylesheets/_mixins.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/_mixins.scss b/app/assets/stylesheets/_mixins.scss index badf661d2..bdada5259 100644 --- a/app/assets/stylesheets/_mixins.scss +++ b/app/assets/stylesheets/_mixins.scss @@ -41,5 +41,6 @@ max-width: 80%; border-radius: 100px; font-weight: bold; + color: inherit } }