feat: added links color

gh-pages
Aliaksei Karzhou 1 year ago
parent def28bfe1f
commit 779598aea2
  1. 1
      assets/css/index.css
  2. 1
      assets/scss/_l-header.scss

@ -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 {

@ -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;

Loading…
Cancel
Save