From cd73841bb03683387840327d01c2fc970f4e284b Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 16 Jan 2024 15:50:49 +0800 Subject: [PATCH] website: Update logo with apache prefix (#3990) Signed-off-by: Xuanwo --- website/src/css/custom.css | 4 ++++ website/static/img/logo.svg | 2 +- website/static/img/logo_dark.svg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index de6cb24911f5..f7ebec04e2d1 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -92,3 +92,7 @@ .footer__copyright { font-size: .7em; } + +.navbar__logo img { + height: 120%; +} diff --git a/website/static/img/logo.svg b/website/static/img/logo.svg index 9bc8cf68248b..4cba085ed758 100644 --- a/website/static/img/logo.svg +++ b/website/static/img/logo.svg @@ -1 +1 @@ -OpenDAL Logo \ No newline at end of file +OpenDAL Logo \ No newline at end of file diff --git a/website/static/img/logo_dark.svg b/website/static/img/logo_dark.svg index 4ec50be10d97..1b44a0e96317 100644 --- a/website/static/img/logo_dark.svg +++ b/website/static/img/logo_dark.svg @@ -1 +1 @@ -OpenDAL Logo-反白 \ No newline at end of file +OpenDAL Logo \ No newline at end of file