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