diff --git a/app.config.ts b/app.config.ts new file mode 100644 index 0000000..e226917 --- /dev/null +++ b/app.config.ts @@ -0,0 +1,27 @@ +import {_colors, _fontFamily} from "#tailwind-config/theme.mjs"; + +export default defineAppConfig({ + naiveui: { + themeConfig: { + shared: { + common: { + fontFamily: _fontFamily.sans.join(", "), + }, + }, + light: { + common: { + primaryColor: _colors.blue[600], + primaryColorHover: _colors.blue[500], + primaryColorPressed: _colors.blue[700], + }, + }, + dark: { + common: { + primaryColor: _colors.blue[500], + primaryColorHover: _colors.blue[400], + primaryColorPressed: _colors.blue[600], + }, + }, + }, + }, +}); diff --git a/app.vue b/app.vue index 31a3083..6bb99be 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,11 @@ diff --git a/components/common/Bulletin.vue b/components/common/Bulletin.vue index 8f78719..5558b92 100644 --- a/components/common/Bulletin.vue +++ b/components/common/Bulletin.vue @@ -6,14 +6,14 @@ defineProps({