diff --git a/src/app/components/shared/comment-answer/comment-answer.component.scss b/src/app/components/shared/comment-answer/comment-answer.component.scss index d1286f0d117b473eb5b6a3ee6d84cf8ce5077ad7..07de074fd0079b371d1f04ebe6f01f434be92774 100644 --- a/src/app/components/shared/comment-answer/comment-answer.component.scss +++ b/src/app/components/shared/comment-answer/comment-answer.component.scss @@ -13,6 +13,11 @@ app-comment, mat-card { overflow-wrap: break-word; } +.answer a { + color: black !important; + text-decoration: black !important; +} + button { min-width: 95px; margin-top: 2%;