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

@@ -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");
}