From bdd8fa09e1e663f034cfcda05794cf266df6d766 Mon Sep 17 00:00:00 2001 From: Lukas Haase <lukas.haase@mni.thm.de> Date: Wed, 1 Sep 2021 12:22:55 +0200 Subject: [PATCH] change number color --- .../questionwall/question-wall/question-wall.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss index 79c6e4bb3..ab93a6b65 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss @@ -126,7 +126,7 @@ padding-right:8px; box-sizing:border-box; font-weight: 600; - color: #2b2b2b; + color: rgba(255,255,255,0.2); } } @@ -235,7 +235,7 @@ font-size: 256px; padding-left:16px; font-weight:bold; - color: #2b2b2b; + color: rgba(255,255,255,0.2); } } -- GitLab