feat: added links color

This commit is contained in:
Aliaksei Karzhou
2024-07-03 17:53:01 +03:00
parent def28bfe1f
commit 779598aea2
2 changed files with 2 additions and 0 deletions

View File

@@ -543,6 +543,7 @@ h3 {
.header__nav-link { .header__nav-link {
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15px;
color: #878787;
} }
@media (max-width: 1240px) { @media (max-width: 1240px) {
.header__nav-link { .header__nav-link {

View File

@@ -52,6 +52,7 @@
&-link { &-link {
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15px;
color: $grey;
@include desktop { @include desktop {
font-size: 14px; font-size: 14px;