]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: use a slightly smaller font for `h3`
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 11:24:30 +0000 (19:24 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 19 Aug 2021 11:24:30 +0000 (19:24 +0800)
template/code/default/src/components/ColorSchemeSwitch.vue
template/code/default/src/components/HelloWorld.vue
template/code/default/src/components/IntroductionItem.vue
template/code/typescript-default/src/components/ColorSchemeSwitch.vue
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-default/src/components/IntroductionItem.vue

index a4007efe9e727dfccc4dd9f33f66cb93b3bf9c36..8e5bb4e22fddd2f84c0d0610bb37b3a31d4b1efb 100644 (file)
@@ -130,7 +130,7 @@ watchEffect(() => {
   }
 
   .color-scheme-switch-wrapper .text {
-    font-size: 1.3em;
+    font-size: 1.2rem;
     font-weight: normal;
   }
 }
index 26672db0ecc1e5b625313ab878985452dc23cf8a..aa16fa1fb036bc5423c56f4fe214ac458a2f8661 100644 (file)
@@ -26,7 +26,7 @@ h1 {
 }
 
 h3 {
-  font-size: 1.3rem;
+  font-size: 1.2rem;
 }
 
 .greetings h1,
index 4e168484b341e7bd945286bba85ee8963e94d7e5..ba0def33c0e523d8c82426d76d76c39b482b21e0 100644 (file)
@@ -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);
index a5188c229f68a1beada69276c26a3133acbeccf6..cc832566758d5ef10070b1cd6fbb26d3721343b8 100644 (file)
@@ -130,7 +130,7 @@ watchEffect(() => {
   }
 
   .color-scheme-switch-wrapper .text {
-    font-size: 1.3em;
+    font-size: 1.2rem;
     font-weight: normal;
   }
 }
index 8a759066d94d9470803fc7a081c919de75f21a11..c7352017c35690d284e67db684d6bdd6a39ae5a2 100644 (file)
@@ -23,7 +23,7 @@ h1 {
 }
 
 h3 {
-  font-size: 1.3rem;
+  font-size: 1.2rem;
 }
 
 .greetings h1,
index 4e168484b341e7bd945286bba85ee8963e94d7e5..ba0def33c0e523d8c82426d76d76c39b482b21e0 100644 (file)
@@ -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);