Skip to content

Commit 3e027dc

Browse files
authored
fix(logo): Merge pull request #1 from Wansmer/main
Fixed wrong logo render in safari
2 parents 1f45c7f + 3bb4a11 commit 3e027dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
.logo-svg-text {
3636
fill: var(--ifm-color-primary)
3737
}
38+
39+
.logo-svg-text tspan {
40+
white-space: pre
41+
}
42+
3843
.navbar__logo img {
3944
fill: var(--ifm-color-primary)
4045
}

0 commit comments

Comments
 (0)