Skip to content

Commit d3cfe0b

Browse files
fix: Improve logo visibility on Dark Theme (#96)
1 parent 92f335a commit d3cfe0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/.vuepress/styles/index.scss

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
// place your custom styles here
2+
html[data-theme="dark"] img[src="/coffee.svg"]{
3+
filter: invert(0.8)
4+
}

0 commit comments

Comments
 (0)