From 89e2973258da8f13c51c6a0d491ec78ec0b1d650 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 17 Sep 2019 11:32:14 +0200 Subject: [PATCH] remove boldness from h3 --- .../creator/room-creator-page/room-creator-page.component.scss | 1 + .../room-moderator-page/room-moderator-page.component.scss | 3 ++- .../room-participant-page/room-participant-page.component.scss | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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 c5127c4e0..efa2a86ab 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 @@ -92,6 +92,7 @@ h2 { h3 { font-size: medium; + font-weight: normal; color: var(--on-surface)!important; padding: 0 1% 0 1%; } 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 bd3559f88..4b8f31230 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 @@ -85,7 +85,8 @@ h2 { } h3 { - font-size: larger; + font-size: medium; + font-weight: normal; color: var(--on-surface)!important; margin: 5% 5% 0 0; } 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 c31aae3e9..47db11ec4 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 @@ -53,6 +53,7 @@ h2 { h3 { font-size: 15px; + font-weight: normal; color: var(--on-surface)!important; padding: 0 1% 0 1%; } -- GitLab