diff --git a/assets/css/index.css b/assets/css/index.css index 8d89023..b9e183a 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -543,6 +543,7 @@ h3 { .header__nav-link { font-weight: 400; font-size: 15px; + color: #878787; } @media (max-width: 1240px) { .header__nav-link { diff --git a/assets/scss/_l-header.scss b/assets/scss/_l-header.scss index 9a48ff9..db3bc32 100644 --- a/assets/scss/_l-header.scss +++ b/assets/scss/_l-header.scss @@ -52,6 +52,7 @@ &-link { font-weight: 400; font-size: 15px; + color: $grey; @include desktop { font-size: 14px;