design: change dark theme to forest
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
@plugin 'daisyui' {
|
@plugin 'daisyui' {
|
||||||
themes:
|
themes:
|
||||||
retro --default,
|
retro --default,
|
||||||
abyss --prefersdark;
|
forest --prefersdark;
|
||||||
}
|
}
|
||||||
|
|
||||||
@config '../../tailwind.config.js';
|
@config '../../tailwind.config.js';
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
export const themeConfig = {
|
export const themeConfig = {
|
||||||
light: 'retro',
|
light: 'retro',
|
||||||
dark: 'abyss',
|
dark: 'forest',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user