feat: improve color theme (#649)
This commit is contained in:
parent
27419dc124
commit
861afe79b2
2 changed files with 11 additions and 7 deletions
|
@ -4,7 +4,7 @@ export default defineNuxtPlugin(() => {
|
|||
meta: [{
|
||||
id: 'theme-color',
|
||||
name: 'theme-color',
|
||||
content: () => colorMode.value === 'dark' ? '#111111' : '#ffffff',
|
||||
content: () => colorMode.value === 'dark' ? '#111111' : '#fafafa',
|
||||
}],
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue