From fb72bf1fd325ddb53a464cc5ba1f6dcbdf6e7590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 2 Aug 2023 18:33:57 +0200 Subject: [PATCH] docs: add logo --- docs/app.config.ts | 2 +- docs/components/Logo.vue | 17 +++++++++++++++++ docs/tokens.config.ts | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 docs/components/Logo.vue diff --git a/docs/app.config.ts b/docs/app.config.ts index 4e647a9d..fb36ba08 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -38,7 +38,7 @@ export default defineAppConfig({ }, header: { - logo: false, + logo: true, showLinkIcon: true, exclude: [], title: 'Nuxt Supabase' diff --git a/docs/components/Logo.vue b/docs/components/Logo.vue new file mode 100644 index 00000000..752c351d --- /dev/null +++ b/docs/components/Logo.vue @@ -0,0 +1,17 @@ + diff --git a/docs/tokens.config.ts b/docs/tokens.config.ts index 0a2b1963..ee8336b2 100644 --- a/docs/tokens.config.ts +++ b/docs/tokens.config.ts @@ -8,11 +8,11 @@ export default defineTheme({ 200: '#A1E7C8', 300: '#80DFB4', 400: '#60D7A1', - 500: '#3FCF8E', + 500: '#3ECF8E', 600: '#2BAB71', 700: '#207E54', 800: '#145136', 900: '#092418' } } -}) \ No newline at end of file +})