Skip to content

Commit ea80e1e

Browse files
authored
Merge pull request #302 from torchbox/fix/case-study-logo
Keep the featured case study logo greyscale in light mode
2 parents 9c6e520 + 9eea8be commit ea80e1e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tbx/static_src/sass/components/_featured-case-study.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,5 @@
205205
top: 30px;
206206
right: 30px;
207207
}
208-
209-
@include high-contrast-light-mode() {
210-
filter: none;
211-
}
212-
213-
.mode-light & {
214-
filter: none;
215-
}
216208
}
217209
}

0 commit comments

Comments
 (0)