Skip to content

Commit 0825dcc

Browse files
committed
chore: text color can be a little dimmer in dark mode
1 parent 95712ce commit 0825dcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-1);
48+
--color-text: var(--vt-c-text-dark-2);
4949
}
5050

5151
*,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-1);
48+
--color-text: var(--vt-c-text-dark-2);
4949
}
5050

5151
*,

0 commit comments

Comments
 (0)