diff --git a/config/config.ts b/config/config.ts index 88915884..108726d5 100644 --- a/config/config.ts +++ b/config/config.ts @@ -1,6 +1,6 @@ export default { theme: { - 'primary-color': '#00A4FF', + 'primary-color': '#1d39c4', }, logo: '/favicon.ico', title: 'Jetlinks' diff --git a/vite.config.ts b/vite.config.ts index 370a0e21..a6b26baf 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -89,8 +89,8 @@ export default defineConfig(({ mode}) => { preprocessorOptions: { less: { modifyVars: { + hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";`, ...Config.theme, - hack: `true; @import (reference) "${path.resolve('src/style/variable.less')}";` }, javascriptEnabled: true, }