diff --git a/src/styles/_news-article.scss b/src/styles/_news-article.scss index 9fdab93..8063d55 100644 --- a/src/styles/_news-article.scss +++ b/src/styles/_news-article.scss @@ -60,17 +60,17 @@ svg { height: 2.4rem; - fill: $gray-dark; + fill: $black; } span { font-size: 1.6rem; - color: $gray-dark; + color: $black; } } .news-article-date { - color: $gray-dark; + color: $black; font-size: 1.6rem; font-weight: 400; @include roboto; @@ -126,9 +126,11 @@ } .awtor { - font-size: 1.6rem; - color: $gray-dark; + font-size: 1.8rem; + color: $black; font-style: italic; + text-align: right; + font-weight: 700; } @media (max-width: 1024px) {