Skip to content

Commit a113686

Browse files
Unmesh100steipete
andauthored
fix: Vercel logo was not visible in light theme. (#88)
* fix: Adjust footer navigation layout for improved responsiveness and prevent horizontal overflow by removing excessive right spacing. * fix: Vercel logo was not visible in light theme. * docs: thank @Unmesh100 for PR #88 --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
1 parent 91f6ebd commit a113686

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2026-03-07
4+
5+
- Sponsors: keep the Vercel logo visible in light mode by excluding the light-theme asset from sponsor inversion rules (#88, thanks @Unmesh100).
6+
37
## 2026-02-22
48

59
- Installer: make gum behavior fully automatic (interactive TTYs get gum, headless shells get plain status), and remove manual gum toggles.

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
18241824
transition: opacity 0.25s ease;
18251825
}
18261826

1827-
:global(html[data-theme='light']) .sponsor-logo {
1827+
:global(html[data-theme='light']) .sponsor-logo:not(.sponsor-logo-light-only) {
18281828
filter: invert(1);
18291829
opacity: 0.8;
18301830
}

0 commit comments

Comments
 (0)