diff --git a/sass/partials/drupalorg/_association.scss b/sass/partials/drupalorg/_association.scss index fbf7d7a9e4c3d0efdd9f842dc0e2c33cacddf270..65c9f4891a092f011e6f1e9b107269eb040df979 100644 --- a/sass/partials/drupalorg/_association.scss +++ b/sass/partials/drupalorg/_association.scss @@ -163,7 +163,7 @@ .replies-wrapper { .entity-reply { @include clearfix; - border-bottom: 1px solid #666666; + border-bottom: 1px solid #ccc; position: relative; } @@ -188,7 +188,7 @@ } .by-candidate { - background-color: $lime-green; + background-color: nth($yellow-green, 2); } .depth-1 {