From 95712ceea4b6f914f03d7377a227a649e3a999a5 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 19 Aug 2021 19:24:30 +0800 Subject: [PATCH] chore: use a slightly smaller font for `h3` --- template/code/default/src/components/ColorSchemeSwitch.vue | 2 +- template/code/default/src/components/HelloWorld.vue | 2 +- template/code/default/src/components/IntroductionItem.vue | 2 +- .../typescript-default/src/components/ColorSchemeSwitch.vue | 2 +- template/code/typescript-default/src/components/HelloWorld.vue | 2 +- .../code/typescript-default/src/components/IntroductionItem.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/code/default/src/components/ColorSchemeSwitch.vue b/template/code/default/src/components/ColorSchemeSwitch.vue index a4007efe..8e5bb4e2 100644 --- a/template/code/default/src/components/ColorSchemeSwitch.vue +++ b/template/code/default/src/components/ColorSchemeSwitch.vue @@ -130,7 +130,7 @@ watchEffect(() => { } .color-scheme-switch-wrapper .text { - font-size: 1.3em; + font-size: 1.2rem; font-weight: normal; } } diff --git a/template/code/default/src/components/HelloWorld.vue b/template/code/default/src/components/HelloWorld.vue index 26672db0..aa16fa1f 100644 --- a/template/code/default/src/components/HelloWorld.vue +++ b/template/code/default/src/components/HelloWorld.vue @@ -26,7 +26,7 @@ h1 { } h3 { - font-size: 1.3rem; + font-size: 1.2rem; } .greetings h1, diff --git a/template/code/default/src/components/IntroductionItem.vue b/template/code/default/src/components/IntroductionItem.vue index 4e168484..ba0def33 100644 --- a/template/code/default/src/components/IntroductionItem.vue +++ b/template/code/default/src/components/IntroductionItem.vue @@ -34,7 +34,7 @@ i { } h3 { - font-size: 1.3rem; + font-size: 1.2rem; font-weight: 500; margin-bottom: 0.4rem; color: var(--color-heading); diff --git a/template/code/typescript-default/src/components/ColorSchemeSwitch.vue b/template/code/typescript-default/src/components/ColorSchemeSwitch.vue index a5188c22..cc832566 100644 --- a/template/code/typescript-default/src/components/ColorSchemeSwitch.vue +++ b/template/code/typescript-default/src/components/ColorSchemeSwitch.vue @@ -130,7 +130,7 @@ watchEffect(() => { } .color-scheme-switch-wrapper .text { - font-size: 1.3em; + font-size: 1.2rem; font-weight: normal; } } diff --git a/template/code/typescript-default/src/components/HelloWorld.vue b/template/code/typescript-default/src/components/HelloWorld.vue index 8a759066..c7352017 100644 --- a/template/code/typescript-default/src/components/HelloWorld.vue +++ b/template/code/typescript-default/src/components/HelloWorld.vue @@ -23,7 +23,7 @@ h1 { } h3 { - font-size: 1.3rem; + font-size: 1.2rem; } .greetings h1, diff --git a/template/code/typescript-default/src/components/IntroductionItem.vue b/template/code/typescript-default/src/components/IntroductionItem.vue index 4e168484..ba0def33 100644 --- a/template/code/typescript-default/src/components/IntroductionItem.vue +++ b/template/code/typescript-default/src/components/IntroductionItem.vue @@ -34,7 +34,7 @@ i { } h3 { - font-size: 1.3rem; + font-size: 1.2rem; font-weight: 500; margin-bottom: 0.4rem; color: var(--color-heading); -- 2.39.5