From 65fc62c22174697432bd8517e91f13cd03f3dcd4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Feb 2018 14:41:05 +0100 Subject: CSS: red is not EAD --- scss/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index f63208807..4509fd084 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -174,11 +174,11 @@ p.confirm-message{ } .is-invalid input{ - border-color: red; + border-color: lighten(red, 30%);; } .errorlist { - color: red; + color: darken(red, 20%);; } /* context menu */ -- cgit v1.2.3