update readme logo

This commit is contained in:
LIlGG
2025-09-29 16:49:09 +08:00
parent c31e366af9
commit 48d81e92bb
8 changed files with 7 additions and 5 deletions

View File

@@ -65,8 +65,8 @@ const config = {
navbar: {
logo: {
alt: 'UPage Logo',
src: 'img/logo1.png',
srcDark: 'img/logo2.png',
src: 'img/logo.png',
srcDark: 'img/logo-dark.png',
},
items: [
{

View File

@@ -58,9 +58,9 @@
}
.theme-logo img {
content: url("/img/logo1.png");
content: url("/img/logo.png");
}
[data-theme="dark"] .theme-logo img {
content: url("/img/logo2.png");
content: url("/img/logo-dark.png");
}

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB