From 90525dda10449feebbab37cd3f92bd326975b9d9 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 17 Sep 2019 12:21:37 +0200 Subject: [PATCH] correct text color for <p> in all themes --- .../room-creator-page/room-creator-page.component.scss | 5 +---- .../room-moderator-page/room-moderator-page.component.scss | 5 +---- .../room-participant-page.component.scss | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.scss b/src/app/components/creator/room-creator-page/room-creator-page.component.scss index efa2a86ab..5d4e1df42 100644 --- a/src/app/components/creator/room-creator-page/room-creator-page.component.scss +++ b/src/app/components/creator/room-creator-page/room-creator-page.component.scss @@ -90,11 +90,8 @@ h2 { margin: 5% 5% 0 0; } -h3 { - font-size: medium; - font-weight: normal; +p { color: var(--on-surface)!important; - padding: 0 1% 0 1%; } mat-card-header { diff --git a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss index 4b8f31230..a6e46c6d4 100644 --- a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss +++ b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss @@ -84,11 +84,8 @@ h2 { color: var(--on-surface)!important; } -h3 { - font-size: medium; - font-weight: normal; +p { color: var(--on-surface)!important; - margin: 5% 5% 0 0; } h4 { diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.scss b/src/app/components/participant/room-participant-page/room-participant-page.component.scss index 47db11ec4..0b09b02e5 100644 --- a/src/app/components/participant/room-participant-page/room-participant-page.component.scss +++ b/src/app/components/participant/room-participant-page/room-participant-page.component.scss @@ -51,11 +51,8 @@ h2 { margin: 5% 0 5% 0; } -h3 { - font-size: 15px; - font-weight: normal; +p { color: var(--on-surface)!important; - padding: 0 1% 0 1%; } mat-card-header { -- GitLab