Skip to content

Commit fd53c73

Browse files
committed
docs: fix theme-color
1 parent d18c650 commit fd53c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default defineConfig({
5252
},
5353

5454
head: [
55-
['meta', { name: 'theme-color', content: '#ffe183' }],
55+
['meta', { name: 'theme-color', content: '#ffca28' }],
5656
['link', { rel: 'icon', href: '/logo.svg', type: 'image/svg+xml' }],
5757
[
5858
'link',

0 commit comments

Comments
 (0)