Skip to content

Commit 7e8299a

Browse files
committed
Remove filter inversion for light theme hero image
1 parent 0e5426a commit 7e8299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156

157157
:root[data-theme='light'] .hero > img {
158-
filter: invert(1);
158+
// filter: invert(1);
159159
}
160160

161161
@keyframes intro {

0 commit comments

Comments
 (0)