From 26959a25f0d1c386be960ea5c0092c2b1012f349 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus-dieter.quibeldey-cirkel@mni.thm.de>
Date: Wed, 18 Aug 2021 15:46:09 +0200
Subject: [PATCH] fix color of room description in dark mode

---
 src/assets/i18n/demo/demo-de.html | 2 +-
 src/assets/i18n/demo/demo-en.html | 4 ++--
 src/styles.scss                   | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/assets/i18n/demo/demo-de.html b/src/assets/i18n/demo/demo-de.html
index c902ae69d..908c88f48 100644
--- a/src/assets/i18n/demo/demo-de.html
+++ b/src/assets/i18n/demo/demo-de.html
@@ -91,7 +91,7 @@
     Je größer die Schrift, desto mehr Fragen beziehen sich auf das Stichwort.
     Auch die Bewertung der Fragen geht in die Schriftgröße mit ein.
     Die Themenwolke fungiert zugleich als Navigator zu allen Fragen eines ausgewählten Stichwortes:
-    Klickt man auf ein Wort in der Wolke, gelangt man zu allen Fragen mit diesem  Stichwort.
+    Klickt man auf ein Wort in der Wolke, gelangt man zu den Fragen mit diesem  Stichwort.
   </p>
 
   <p>
diff --git a/src/assets/i18n/demo/demo-en.html b/src/assets/i18n/demo/demo-en.html
index 018b8ded3..5a9800718 100644
--- a/src/assets/i18n/demo/demo-en.html
+++ b/src/assets/i18n/demo/demo-en.html
@@ -87,7 +87,7 @@
   <p>
     <strong>Analyzing questions with AI support</strong><br><br>
                                                               Using NLP (Natural Language Processing), all questions are grammatically analyzed.
-                                                              The recognised nouns are brought into their basic form (lemmatized)
+                                                              The recognized nouns are brought into their basic form (lemmatized)
                                                               and suggested to the questioner as keywords.
                                                               We use the NLP software
     <a class="info"
@@ -102,7 +102,7 @@
                                                               The larger the font, the more questions refer to the keyword.
                                                               The rating of the questions is also included in the font size.
                                                               The topic cloud also serves as a navigator to all questions of a selected keyword:
-                                                              Clicking on a word in the cloud takes you to all questions with that keyword.
+                                                              Clicking on a word in the cloud takes you to the questions with that keyword.
   </p>
 
   <p>
diff --git a/src/styles.scss b/src/styles.scss
index 2b12218e4..c0d3fa024 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -139,6 +139,7 @@ address {
 
 .mat-card {
   line-height: 1.5 !important;
+  color: var(--on-surface) !important;
 }
 
 a.info {
-- 
GitLab