From e0abaa733811be77a08ca5a4835bd9b48119c0d3 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 1 Sep 2020 12:45:04 +0200 Subject: [PATCH] set color for links in answers --- .../shared/comment-answer/comment-answer.component.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 d1286f0d1..07de074fd 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%; -- GitLab