feat: add dark theme preference
This commit is contained in:
parent
295c74b985
commit
d41f9a6f41
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ export default defineNuxtConfig({
|
|||
port: 8082,
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
colorMode: {
|
||||
preference: 'dark',
|
||||
fallback: 'dark',
|
||||
classSuffix: '',
|
||||
},
|
||||
css: ['~/assets/css/tailwind.css'],
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue