From f6a0eee7103915ad49e0ed31ff8f7cef78684a1f Mon Sep 17 00:00:00 2001 From: sonny Date: Mon, 25 May 2020 00:19:00 +0200 Subject: [PATCH] Update color & badge color --- src/newsreader/scss/components/posts/_posts.scss | 4 ++++ src/newsreader/scss/partials/_colors.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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);