Skip to content

Commit 9528cde

Browse files
Merge pull request facebookarchive#45 from acoomans/css-fix-brand-color
[site] Changed css brand color to blue from logo.
2 parents ae881df + e15ce0f commit 9528cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $spacing-unit: 30px;
1515

1616
$text-color: #111;
1717
$background-color: #f8f8f8;
18-
$brand-color: #2a7ae2;
18+
$brand-color: #21b6ff;
1919

2020
$grey-color: #828282;
2121
$grey-color-light: lighten($grey-color, 40%);

0 commit comments

Comments
 (0)