Skip to content

Commit 0762115

Browse files
committed
Issue-1143: Slightly improve status contrast.
1 parent 347b61f commit 0762115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sass/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ $nav-link-hover: rgba(255, 255, 255, 0.90);
2626

2727
$global-link-color: #2684bd;
2828

29-
$status-green: hsla(123, 106%, 35%, 1);
30-
$status-red: #f44336;
29+
$status-green: hsl(123, 100%, 40%);
30+
$status-red: hsla(0, 92%, 60%, 1);
3131

3232
// Buttons
3333
$btn-primary-gradient-0: hsla(208, 92%, 58%, 1);

0 commit comments

Comments
 (0)