Skip to content

Commit cdc9ea0

Browse files
committed
Tint wolf logo SVG to match green accent
1 parent 26c0f23 commit cdc9ea0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124
border-radius: 12px;
125125
}
126126

127+
/* Tint wolf logo to match accent green */
128+
.VPNavBarTitle .logo,
129+
.ow-footer__logo img {
130+
filter: sepia(1) saturate(5) hue-rotate(110deg) brightness(0.9);
131+
}
132+
127133
html {
128134
scroll-behavior: smooth;
129135
}

0 commit comments

Comments
 (0)