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