Skip to content

Commit 99a9d8f

Browse files
author
Shriram Rajagopalan
committed
trying out new thirdBrandColor
1 parent 7112c24 commit 99a9d8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/base/_colors.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Brand Colors
22
$mainBrandColor: #466BB0; //#2DA6B0;
33
$secondBrandColor: #286AC7; //#01959f;
4-
$thirdBrandColor: #719FDD;
4+
$thirdBrandColor: #98B2E0; //#E7F3F4;
55
$inverseBrandColor: #FFFFFF;
66

77
// Use as an accent color in small quantities to balance out the main theme.
@@ -22,8 +22,7 @@ $linkHoverColor: darken($linkColor, 10%);
2222
$linkColorSecondary: $white;
2323
$linkColorTertiary: $gray;
2424
$codeColor: darken($linkColor, 20%);
25-
//$codeBkColor: #ebfaf8;
26-
$codeBkColor: $thirdBrandColor;
25+
$codeBkColor: $thirdBrandColor; //#ebfaf8;
2726
$wellColor: #F9F9F9;
2827
$textColor: #535f61;
2928
$titleColor: #555555;

0 commit comments

Comments
 (0)