Skip to content

Commit 7112c24

Browse files
author
Shriram Rajagopalan
committed
change code block to blue
1 parent d381929 commit 7112c24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_sass/base/_colors.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $linkHoverColor: darken($linkColor, 10%);
2222
$linkColorSecondary: $white;
2323
$linkColorTertiary: $gray;
2424
$codeColor: darken($linkColor, 20%);
25-
$codeBkColor: #ebfaf8;
25+
//$codeBkColor: #ebfaf8;
26+
$codeBkColor: $thirdBrandColor;
2627
$wellColor: #F9F9F9;
2728
$textColor: #535f61;
2829
$titleColor: #555555;

0 commit comments

Comments
 (0)