From c540b0d612f6e4500fc74024a345573609414e55 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 29 Aug 2018 16:44:36 +0200 Subject: [PATCH] More explicit placeholder color Temporary workaround for #81 --- app/frontend/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/scss/_variables.scss b/app/frontend/scss/_variables.scss index 3b55aa8..954eccf 100644 --- a/app/frontend/scss/_variables.scss +++ b/app/frontend/scss/_variables.scss @@ -1,7 +1,7 @@ // Copyright (C) 2018 Colin Darie , 2018 Evolix // License: GNU AGPL-3+ (see full text in LICENSE file) -$input-placeholder-color: #013d3a; +$input-placeholder-color: #b9bbbb; $enable-rounded: false; $theme-colors: ( "primary": #118b83, //light-green