diff --git a/web/app/components/root/__pinned-comment/root__pinned-comment.scss b/web/app/components/root/__pinned-comment/root__pinned-comment.scss index 64166ed2..79eca1f8 100644 --- a/web/app/components/root/__pinned-comment/root__pinned-comment.scss +++ b/web/app/components/root/__pinned-comment/root__pinned-comment.scss @@ -1,5 +1,5 @@ .root__pinned-comment { - border-bottom-color: #bdd8d8; + border-bottom-color: #e2efef; &:last-child { margin-bottom: 0; diff --git a/web/app/components/root/__pinned-comments/root__pinned-comments.scss b/web/app/components/root/__pinned-comments/root__pinned-comments.scss index 089cebd5..cc4c1604 100644 --- a/web/app/components/root/__pinned-comments/root__pinned-comments.scss +++ b/web/app/components/root/__pinned-comments/root__pinned-comments.scss @@ -4,5 +4,5 @@ margin-top: 24px; padding: ($offset / 3) ($offset / 2); border-radius: 2px; - background: #d8efef; + background: #edf6f7; }