Don't duplicate colors, makes bad profile pages

This commit is contained in:
Riley Trautman 2017-09-05 14:55:18 -05:00
parent 2824a08d2d
commit 43c9e419f0

View file

@ -1,6 +1,6 @@
// Commonly used web colors // Commonly used web colors
$black: #3b3633; // Black $black: #3b3633; // Black
$white: #ebe9e8; // White $white: #fafafa; // White
$success-green: #3e935b; // Padua $success-green: #3e935b; // Padua
$error-red: #a3360a; // Cerise $error-red: #a3360a; // Cerise
$warning-red: #f9dfb6; // Sunset Orange $warning-red: #f9dfb6; // Sunset Orange