From 89a79770a534a3b49479ea8e4a762880903b8583 Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 8 Nov 2023 19:53:48 +0800 Subject: [PATCH] docs: use new logo --- docs/components/content/Logo.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/components/content/Logo.vue b/docs/components/content/Logo.vue index 69fca24f..ee2bc2d3 100644 --- a/docs/components/content/Logo.vue +++ b/docs/components/content/Logo.vue @@ -6,12 +6,15 @@ .logo { width: 220px; height: 40px; + background-size: contain; + background-repeat: no-repeat; + background-position: center; } .dark .logo { - background-image: url('/logo-dark.svg'); + background-image: url('/logo-new.svg'); } .light .logo { - background-image: url('/logo-light.svg'); + background-image: url('/logo-new.svg'); }