From 95ba6608c8a967db7afa102b0328525822e8675e Mon Sep 17 00:00:00 2001 From: Mazen Touati <14861869+mazentouati@users.noreply.github.com> Date: Tue, 11 Jun 2019 15:31:58 +0100 Subject: [PATCH] Fix reading list filters input's color in night theme (#3089) [ci skip] --- app/assets/stylesheets/readinglist.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/readinglist.scss b/app/assets/stylesheets/readinglist.scss index b26ce1e48..6590add5b 100644 --- a/app/assets/stylesheets/readinglist.scss +++ b/app/assets/stylesheets/readinglist.scss @@ -22,6 +22,7 @@ box-sizing: border-box; margin-bottom: 4px; @include themeable(background, theme-container-accent-background, lighten($light-gray, 2%)); + @include themeable(color, theme-color, $black); } .readinglist-tags { padding-bottom: 25px;