Skip to content

Commit 89a7977

Browse files
committed
docs: use new logo
1 parent b635aee commit 89a7977

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/components/content/Logo.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
.logo {
77
width: 220px;
88
height: 40px;
9+
background-size: contain;
10+
background-repeat: no-repeat;
11+
background-position: center;
912
}
1013
.dark .logo {
11-
background-image: url('/logo-dark.svg');
14+
background-image: url('/logo-new.svg');
1215
}
1316
1417
.light .logo {
15-
background-image: url('/logo-light.svg');
18+
background-image: url('/logo-new.svg');
1619
}
1720
</style>

0 commit comments

Comments
 (0)