From 36906a1fd1884f50e830aab5a01fa7774af3471f Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Fri, 11 Nov 2022 21:48:16 +0100 Subject: [PATCH] feat: reduce ready selector specificity --- src/components/misc/ready.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/misc/ready.vue b/src/components/misc/ready.vue index e00e7a63b..128ce6e06 100644 --- a/src/components/misc/ready.vue +++ b/src/components/misc/ready.vue @@ -3,7 +3,7 @@
-

{{ $t('offline.title') }}

+

{{ $t('offline.title') }}

{{ $t('offline.text') }}

@@ -128,14 +128,14 @@ load() bottom: 5vh; color: $white; padding: 0 1rem; +} - h1 { - font-weight: bold; - font-size: 1.5rem; - text-align: center; - color: $white; - font-weight: 700 !important; - font-size: 1.5rem; - } +.title { + font-weight: bold; + font-size: 1.5rem; + text-align: center; + color: $white; + font-weight: 700 !important; + font-size: 1.5rem; } -- 2.40.1