From 637776dc5eee23d70366d95c69eae2f63338f57e Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 16:25:40 -0800 Subject: [PATCH] Fix home link size and weight --- src/FullScreenView.module.css | 2 +- src/Room.module.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FullScreenView.module.css b/src/FullScreenView.module.css index 977945c0..ed26e348 100644 --- a/src/FullScreenView.module.css +++ b/src/FullScreenView.module.css @@ -46,6 +46,6 @@ background: #0dbd8b; border-radius: 8px; color: #ffffff; - font-weight: 600; + font-weight: normal; font-size: 15px; } diff --git a/src/Room.module.css b/src/Room.module.css index 8292b428..f9c52dbb 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -57,6 +57,8 @@ limitations under the License. margin-top: 50px; color: #0dbd8b; text-decoration: none; + font-weight: normal; + font-size: 15px; } .preview {