update readme logo
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user