Skip to content

Commit aecdf8d

Browse files
committed
chore: refine text styles
1 parent b07ce3d commit aecdf8d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

template/code/default/src/assets/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
--color-border-hover: var(--vt-c-divider-light-1);
3232

3333
--color-heading: var(--vt-c-text-light-1);
34-
--color-text: var(--vt-c-text-light-2);
34+
--color-text: var(--vt-c-text-light-1);
3535

3636
--section-gap: 160px;
3737
}
@@ -45,7 +45,7 @@
4545
--color-border-hover: var(--vt-c-divider-dark-1);
4646

4747
--color-heading: var(--vt-c-text-dark-1);
48-
--color-text: var(--vt-c-text-dark-2);
48+
--color-text: var(--vt-c-text-dark-1);
4949
}
5050

5151
*,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ i {
3535
3636
h3 {
3737
font-size: 1.3rem;
38+
font-weight: 500;
3839
margin-bottom: 0.4rem;
3940
color: var(--color-heading);
4041
}

template/code/typescript-default/src/assets/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
--color-border-hover: var(--vt-c-divider-light-1);
3232

3333
--color-heading: var(--vt-c-text-light-1);
34-
--color-text: var(--vt-c-text-light-2);
34+
--color-text: var(--vt-c-text-light-1);
3535

3636
--section-gap: 160px;
3737
}
@@ -45,7 +45,7 @@
4545
--color-border-hover: var(--vt-c-divider-dark-1);
4646

4747
--color-heading: var(--vt-c-text-dark-1);
48-
--color-text: var(--vt-c-text-dark-2);
48+
--color-text: var(--vt-c-text-dark-1);
4949
}
5050

5151
*,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ i {
3535
3636
h3 {
3737
font-size: 1.3rem;
38+
font-weight: 500;
3839
margin-bottom: 0.4rem;
3940
color: var(--color-heading);
4041
}

0 commit comments

Comments
 (0)