design: change light theme to light
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-theme="caramellatte">
|
||||
<html lang="en" data-theme="light">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
allowBuilds:
|
||||
'@parcel/watcher': set this to true or false
|
||||
core-js: set this to true or false
|
||||
esbuild: set this to true or false
|
||||
fsevents: set this to true or false
|
||||
sharp: set this to true or false
|
||||
vue-demi: set this to true or false
|
||||
'@parcel/watcher': true
|
||||
core-js: false
|
||||
esbuild: true
|
||||
fsevents: true
|
||||
sharp: true
|
||||
vue-demi: true
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
caramellatte --default,
|
||||
light --default,
|
||||
dracula --prefersdark;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
// Update these values to change the light and dark themes
|
||||
|
||||
export const themeConfig = {
|
||||
light: 'caramellatte',
|
||||
light: 'light',
|
||||
dark: 'dracula'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user