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 4903537 commit 0ec1844Copy full SHA for 0ec1844
src/styles/_mixins/variables.scss
@@ -37,7 +37,6 @@ $tc-gray-neutral-light: #fafafb;
37
$tc-white: #fff;
38
39
/* Accents & Shades. */
40
-$tc-dark-blue-120: #006ad7;
41
$tc-dark-blue-110: #006ad7;
42
$tc-dark-blue-105: #006feb;
43
$tc-dark-blue-100: #0681ff;
@@ -74,8 +73,8 @@ $tc-yellow-30: #fff8ca;
74
73
$tc-yellow-10: #fffde5;
75
76
/* Greens - development color code. */
77
-$tc-green-120: #328732;
78
-$tc-green-110: #258205;
+$tc-green-120: #258205;
+$tc-green-110: #328732;
79
$tc-green-100: #5cc900;
80
$tc-green-70: #94db4e;
81
$tc-green-30: #cef0af;
0 commit comments