diff --git a/src/app/quiz/quiz.component.css b/src/app/quiz/quiz.component.css index 45da4a5..9baeda4 100644 --- a/src/app/quiz/quiz.component.css +++ b/src/app/quiz/quiz.component.css @@ -134,3 +134,8 @@ th small { } +.myQuestions .q-text button { + text-decoration: underline; +} + + diff --git a/src/app/quiz/quiz.component.html b/src/app/quiz/quiz.component.html index 34be13a..ecfdd89 100644 --- a/src/app/quiz/quiz.component.html +++ b/src/app/quiz/quiz.component.html @@ -22,7 +22,7 @@

{{question.titel}}


-
+