summaryrefslogtreecommitdiff
path: root/superhero/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/variables.less')
-rw-r--r--superhero/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/variables.less b/superhero/variables.less
index 59692298..3f55d58e 100644
--- a/superhero/variables.less
+++ b/superhero/variables.less
@@ -183,7 +183,7 @@
@input-border-focus: transparent;
//** Placeholder text color
-@input-color-placeholder: @gray-light;
+@input-color-placeholder: #ccc;
//** Default `.form-control` height
@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);