From bf1e501b00836b33edd5f051e58c6fc0aa48cc2c Mon Sep 17 00:00:00 2001 From: Cor van Noorloos Date: Wed, 13 Aug 2014 19:06:04 +0200 Subject: [PATCH] Update input field border color now matches style.css --- sass/variables-site/_colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/variables-site/_colors.scss b/sass/variables-site/_colors.scss index a76c546..f2dba39 100644 --- a/sass/variables-site/_colors.scss +++ b/sass/variables-site/_colors.scss @@ -16,5 +16,5 @@ $color__text-main: #404040; $color__border-button: #ccc #ccc #bbb; $color__border-button-hover: #ccc #bbb #aaa; $color__border-button-focus: #aaa #bbb #bbb; -$color__border-input: #666; -$color__border-abbr: #666; \ No newline at end of file +$color__border-input: #ccc; +$color__border-abbr: #666;