Skip to content

Commit

Permalink
docs: use new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Nov 8, 2023
1 parent b635aee commit 89a7977
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/components/content/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
.logo {
width: 220px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.dark .logo {
background-image: url('/logo-dark.svg');
background-image: url('/logo-new.svg');
}
.light .logo {
background-image: url('/logo-light.svg');
background-image: url('/logo-new.svg');
}
</style>

0 comments on commit 89a7977

Please sign in to comment.