Skip to content

Commit bc6c370

Browse files
committed
Docs: footer background
1 parent 64e2ead commit bc6c370

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/css/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $anchor-offset: 100px;
2323
$community-color: #674492;
2424
$success-color: #58d158;
2525
$gray-light: #f3f3f3;
26+
$gray-lighter: #e5e5e5;
2627
$dark-blue: #0d1d30;
2728
$light-blue: lighten($dark-blue, 70%);
2829

doc/css/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ footer.site-footer {
22
padding-top: 2em;
33
margin-top: 0;
44
border-top: 1px solid $gray-lighter;
5-
background-color: white;
5+
background: #fcfcfd;
66
text-align: center;
77
.fa.fa-heart {
88
color: #e61870;

0 commit comments

Comments
 (0)