Skip to content

Commit 40691b5

Browse files
committed
fix logo
1 parent f4ae10b commit 40691b5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/styles/index.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@
1313
.rspress-logo {
1414
height: 2.2rem;
1515
}
16+
17+
html:not(.dark) .rp-nav__title__logo-image--dark {
18+
display: none !important;
19+
}
20+
21+
html.dark .rp-nav__title__logo-image--light {
22+
display: none !important;
23+
}

0 commit comments

Comments
 (0)