Skip to content

Commit 4718847

Browse files
committed
Updating 'updated' banner bg colour
1 parent d7e060e commit 4718847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $white: #fff;
1616
$red: #E55065;
1717
$green: #50D174;
1818
$teal: #00aba9;
19+
$cyan: #1ba1e2;
1920

2021
// Abstractions
2122
$header-bg-color: $black;
@@ -32,7 +33,7 @@ $code-border-color: $gray-light;
3233
$code-bg-color: $gray-lighter;
3334
$code-text-color: $gray-darkest;
3435

35-
$updated-bg-color: $teal;
36+
$updated-bg-color: $cyan;
3637
$updated-text-color: $white;
3738

3839
$form-error-color: $red;

0 commit comments

Comments
 (0)