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