Skip to content

Commit fde9a57

Browse files
author
DNZ\darius
committed
Added more neutral notification / alert colors. Added a warning color variable.
1 parent 84c7ef8 commit fde9a57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sass/variables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ $theme05: #FFFFFF; // Destroyer white
2626
/*
2727
Notification colors
2828
*/
29-
$alert: #FFD700;
30-
$negative: #FF7878;
31-
$positive: #29C85D;
29+
$alert: #c0dbff;
30+
$warning: #ffe283;
31+
$negative: #feb3b3;
32+
$positive: #c3e5cd;
3233
$disabled: #CDCDC1;
3334

3435
/*

0 commit comments

Comments
 (0)