This commit is contained in:
= 2021-05-24 16:25:51 +05:00
parent 28a836162a
commit b155a33081
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,9 @@
color: $main-color;
}
}
.footer__social-link {
fill: $main-color;
}
}
&-name {
font-size: $h2-size;

View File

@ -1923,6 +1923,9 @@ li {
.news__footer-social-link svg {
color: #fd4c24;
}
.news__footer-social .footer__social-link {
fill: #fd4c24;
}
.news__footer-name {
font-size: 22px;
line-height: 30px;