Skip to content

Commit f649272

Browse files
committed
style(sponsor): remove dark mode filter and grayscale on images
- Remove grayscale and invert filter applied to images in dark mode - Keep the original styling for sponsor images across all modes
1 parent 52c698f commit f649272

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/.vitepress/theme/styles/sponsor.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,12 @@
157157

158158
.sponsor-grid-image {
159159
max-width: 100%;
160-
filter: grayscale(1);
161160
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
162161
border-radius: 100px;
163162
transform: translateY(0);
164163
}
165164

166-
.dark .sponsor-grid-image {
167-
filter: grayscale(1) invert(1);
168-
}
165+
169166

170167
.sponsor-grid-name {
171168
font-size: 14px;

0 commit comments

Comments
 (0)