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 7112c24 commit 99a9d8fCopy full SHA for 99a9d8f
_sass/base/_colors.scss
@@ -1,7 +1,7 @@
1
// Brand Colors
2
$mainBrandColor: #466BB0; //#2DA6B0;
3
$secondBrandColor: #286AC7; //#01959f;
4
-$thirdBrandColor: #719FDD;
+$thirdBrandColor: #98B2E0; //#E7F3F4;
5
$inverseBrandColor: #FFFFFF;
6
7
// Use as an accent color in small quantities to balance out the main theme.
@@ -22,8 +22,7 @@ $linkHoverColor: darken($linkColor, 10%);
22
$linkColorSecondary: $white;
23
$linkColorTertiary: $gray;
24
$codeColor: darken($linkColor, 20%);
25
-//$codeBkColor: #ebfaf8;
26
-$codeBkColor: $thirdBrandColor;
+$codeBkColor: $thirdBrandColor; //#ebfaf8;
27
$wellColor: #F9F9F9;
28
$textColor: #535f61;
29
$titleColor: #555555;
0 commit comments