diff --git a/src/newsreader/scss/components/posts/_posts.scss b/src/newsreader/scss/components/posts/_posts.scss index 026d723..3bc24fb 100644 --- a/src/newsreader/scss/components/posts/_posts.scss +++ b/src/newsreader/scss/components/posts/_posts.scss @@ -29,6 +29,10 @@ white-space: nowrap; } + & .badge { + background-color: $light-orange; + } + &:last-child { border-bottom: 0; } diff --git a/src/newsreader/scss/partials/_colors.scss b/src/newsreader/scss/partials/_colors.scss index 524880e..aaf2b26 100644 --- a/src/newsreader/scss/partials/_colors.scss +++ b/src/newsreader/scss/partials/_colors.scss @@ -19,7 +19,7 @@ $lavendal-pink: rgba(162, 155, 254, 1); $beige: rgba(245, 245, 220, 1); $light-green: rgba(230, 247, 185, 1); -$light-orange: rgba(237, 212, 178, 1); +$light-orange: rgba(255, 212, 153, 1); $light-red: rgba(255, 118, 117, 1); $success-green: rgba(89, 181, 128, 1);