Skip to content

Commit

Permalink
More explicit placeholder color
Browse files Browse the repository at this point in the history
Temporary workaround for #81
  • Loading branch information
colinux committed Aug 29, 2018
1 parent 04adce2 commit 52e34bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr>
// 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
Expand Down

0 comments on commit 52e34bf

Please sign in to comment.