From: Haoqun Jiang Date: Thu, 19 Aug 2021 11:24:30 +0000 (+0800) Subject: chore: use a slightly smaller font for `h3` X-Git-Tag: v3.0.0-beta.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95712ceea4b6f914f03d7377a227a649e3a999a5;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: use a slightly smaller font for `h3` --- 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);