Skip to content

Commit 0ee164b

Browse files
authored
Merge pull request #40 from GooglyBlox/fix/docs-logo-light-mode-inversion
fix(docs): Logo color inversion in light mode
2 parents c7e3cb6 + 7c2e99d commit 0ee164b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/docs/.vitepress/theme/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ span.line .global-bdapi {
8484
border: 0;
8585
border-left: 5px solid;
8686
}
87+
88+
.VPNav .VPImage.logo {
89+
filter: none;
90+
}
91+
92+
html:not(.dark) .VPNav .VPImage.logo {
93+
filter: brightness(0.1);
94+
}

0 commit comments

Comments
 (0)