We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e060e commit 4718847Copy full SHA for 4718847
_sass/_variables.scss
@@ -16,6 +16,7 @@ $white: #fff;
16
$red: #E55065;
17
$green: #50D174;
18
$teal: #00aba9;
19
+$cyan: #1ba1e2;
20
21
// Abstractions
22
$header-bg-color: $black;
@@ -32,7 +33,7 @@ $code-border-color: $gray-light;
32
33
$code-bg-color: $gray-lighter;
34
$code-text-color: $gray-darkest;
35
-$updated-bg-color: $teal;
36
+$updated-bg-color: $cyan;
37
$updated-text-color: $white;
38
39
$form-error-color: $red;
0 commit comments