Skip to content

Commit 3d64d99

Browse files
committed
Press Kit link changes color according to title color now
1 parent 6410e60 commit 3d64d99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_sass/layout.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ nav > ul li:first-child {
115115
nav > ul li a:link,
116116
nav > ul li a:visited {
117117
text-decoration: none;
118-
color: rgba(#fff, 0.6);
118+
color: rgba($header-title-color, 0.6);
119119
}
120120

121121
nav > ul li a:hover,
122122
nav > ul li a:active {
123123
text-decoration: none;
124-
color: rgba(#fff, 1);
124+
color: rgba($header-title-color, 1);
125125
}
126126

127127

@@ -471,12 +471,12 @@ footer {
471471
line-height: 1.5;
472472
width: 100%;
473473
text-align: center;
474-
padding-top: 100px;
475-
padding-bottom: 100px;
474+
padding-top: 70px;
475+
padding-bottom: 70px;
476476
}
477477

478478
.footerIcons {
479-
padding-bottom: 100px;
479+
padding-bottom: 70px;
480480
display: flex;
481481
}
482482

0 commit comments

Comments
 (0)