Skip to content

Commit 95712ce

Browse files
committed
chore: use a slightly smaller font for h3
1 parent aecdf8d commit 95712ce

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

template/code/default/src/components/ColorSchemeSwitch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ watchEffect(() => {
130130
}
131131
132132
.color-scheme-switch-wrapper .text {
133-
font-size: 1.3em;
133+
font-size: 1.2rem;
134134
font-weight: normal;
135135
}
136136
}

template/code/default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h1 {
2626
}
2727
2828
h3 {
29-
font-size: 1.3rem;
29+
font-size: 1.2rem;
3030
}
3131
3232
.greetings h1,

template/code/default/src/components/IntroductionItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ i {
3434
}
3535
3636
h3 {
37-
font-size: 1.3rem;
37+
font-size: 1.2rem;
3838
font-weight: 500;
3939
margin-bottom: 0.4rem;
4040
color: var(--color-heading);

template/code/typescript-default/src/components/ColorSchemeSwitch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ watchEffect(() => {
130130
}
131131
132132
.color-scheme-switch-wrapper .text {
133-
font-size: 1.3em;
133+
font-size: 1.2rem;
134134
font-weight: normal;
135135
}
136136
}

template/code/typescript-default/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ h1 {
2323
}
2424
2525
h3 {
26-
font-size: 1.3rem;
26+
font-size: 1.2rem;
2727
}
2828
2929
.greetings h1,

template/code/typescript-default/src/components/IntroductionItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ i {
3434
}
3535
3636
h3 {
37-
font-size: 1.3rem;
37+
font-size: 1.2rem;
3838
font-weight: 500;
3939
margin-bottom: 0.4rem;
4040
color: var(--color-heading);

0 commit comments

Comments
 (0)