Skip to content

Commit 7215868

Browse files
committed
fix(theme): text color
1 parent a404a81 commit 7215868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

theme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
--tk-elements-app-linkColor: var(--vp-c-brand-1);
106106
--tk-elements-app-borderColor: var(--vp-c-border);
107107

108+
--tk-elements-content-textColor: var(--vp-c-text-1);
109+
--tk-elements-content-headingTextColor: var(--vp-c-text-1);
110+
108111
--tk-elements-fileTree-backgroundColor: var(--vp-c-bg);
109112
--tk-elements-fileTree-file-backgroundColor: var(--vp-c-bg);
110113
--tk-elements-fileTree-file-textColor: var(--vp-c-brand-1);

0 commit comments

Comments
 (0)