diff --git a/src/app/features/consultation/poll-results-dinum/poll-results-dinum.component.scss b/src/app/features/consultation/poll-results-dinum/poll-results-dinum.component.scss index 7d4a56b3..8980e0d4 100644 --- a/src/app/features/consultation/poll-results-dinum/poll-results-dinum.component.scss +++ b/src/app/features/consultation/poll-results-dinum/poll-results-dinum.component.scss @@ -21,7 +21,7 @@ border-bottom: 1px solid #e2e0fa; } .max_score { - color: green; + color: #128149; } } .date-label { @@ -47,18 +47,18 @@ } div { &.has-background-yes { - border: green; - background: yellowgreen; + border: #128149; + background: #ecfff5; @extend .bar-div; } &.has-background-maybe { - border: orange; - background: yellow; + border: #86671b; + background: #fffaec; @extend .bar-div; } &.has-background-no { - border: red; - background: pink; + border: #d51b38; + background: #ffecee; @extend .bar-div; } }