From 3c332be724afe299170b1fb2ddbab0db3e939197 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 30 Sep 2022 20:50:48 +0200 Subject: [PATCH] bugfix: set title font in InfoModal --- client/src/components/InfoModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/InfoModal.vue b/client/src/components/InfoModal.vue index 4340e32..99db2c7 100644 --- a/client/src/components/InfoModal.vue +++ b/client/src/components/InfoModal.vue @@ -58,7 +58,6 @@ const close = () => { window.location.href = '/' } display: flex; width: 100%; height: 100%; - font-family: $font-primary; color: $text-primary-color; } @@ -73,6 +72,7 @@ const close = () => { window.location.href = '/' } } &__title { + font-family: $font-primary; margin: 0 32px 32px 0; font-size: 48px; }