diff --git a/themes/modern2/assets/css/components/3-page/news.scss b/themes/modern2/assets/css/components/3-page/news.scss index f98ce44be..3db81f41f 100755 --- a/themes/modern2/assets/css/components/3-page/news.scss +++ b/themes/modern2/assets/css/components/3-page/news.scss @@ -94,6 +94,9 @@ color: $main-color; } } + .footer__social-link { + fill: $main-color; + } } &-name { font-size: $h2-size; diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 89ae90530..35329a38b 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -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;