From 43c9e419f0ec509b11c17e481a8c8032c8987d09 Mon Sep 17 00:00:00 2001 From: Riley Trautman Date: Tue, 5 Sep 2017 14:55:18 -0500 Subject: [PATCH] Don't duplicate colors, makes bad profile pages --- app/javascript/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/variables.scss b/app/javascript/styles/variables.scss index 48c904e03a..2f5021dc96 100644 --- a/app/javascript/styles/variables.scss +++ b/app/javascript/styles/variables.scss @@ -1,6 +1,6 @@ // Commonly used web colors $black: #3b3633; // Black -$white: #ebe9e8; // White +$white: #fafafa; // White $success-green: #3e935b; // Padua $error-red: #a3360a; // Cerise $warning-red: #f9dfb6; // Sunset Orange