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 6410e60 commit 3d64d99Copy full SHA for 3d64d99
_sass/layout.scss
@@ -115,13 +115,13 @@ nav > ul li:first-child {
115
nav > ul li a:link,
116
nav > ul li a:visited {
117
text-decoration: none;
118
- color: rgba(#fff, 0.6);
+ color: rgba($header-title-color, 0.6);
119
}
120
121
nav > ul li a:hover,
122
nav > ul li a:active {
123
124
- color: rgba(#fff, 1);
+ color: rgba($header-title-color, 1);
125
126
127
@@ -471,12 +471,12 @@ footer {
471
line-height: 1.5;
472
width: 100%;
473
text-align: center;
474
- padding-top: 100px;
475
- padding-bottom: 100px;
+ padding-top: 70px;
+ padding-bottom: 70px;
476
477
478
.footerIcons {
479
480
display: flex;
481
482
0 commit comments