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 64e2ead commit bc6c370Copy full SHA for bc6c370
doc/css/_base.scss
@@ -23,6 +23,7 @@ $anchor-offset: 100px;
23
$community-color: #674492;
24
$success-color: #58d158;
25
$gray-light: #f3f3f3;
26
+$gray-lighter: #e5e5e5;
27
$dark-blue: #0d1d30;
28
$light-blue: lighten($dark-blue, 70%);
29
doc/css/_footer.scss
@@ -2,7 +2,7 @@ footer.site-footer {
2
padding-top: 2em;
3
margin-top: 0;
4
border-top: 1px solid $gray-lighter;
5
- background-color: white;
+ background: #fcfcfd;
6
text-align: center;
7
.fa.fa-heart {
8
color: #e61870;
0 commit comments