From b3d3d8c1382df8632e9ae71c2f4ce7b10ee28f7a Mon Sep 17 00:00:00 2001 From: geoffrey <1377499035@qq.com> Date: Mon, 9 Mar 2026 21:24:22 +0800 Subject: [PATCH 1/2] fix: update Twitter and GitHub icon colors to fix light theme --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a95c0a4..c7e8527 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,10 +28,10 @@ const integrationPills = [ { name: 'Spotify', icon: siIcon(siSpotify), color: '#1DB954' }, { name: 'Hue', icon: siIcon(siPhilipshue), color: '#0065D3' }, { name: 'Obsidian', icon: siIcon(siObsidian), color: '#7C3AED' }, - { name: 'Twitter', icon: siIcon(siX), color: '#FFFFFF' }, + { name: 'Twitter', icon: siIcon(siX), color: 'currentColor' }, { name: 'Browser', icon: siIcon(siGooglechrome), color: '#4285F4' }, { name: 'Gmail', icon: siIcon(siGmail), color: '#EA4335' }, - { name: 'GitHub', icon: siIcon(siGithub), color: '#FFFFFF' }, + { name: 'GitHub', icon: siIcon(siGithub), color: 'currentColor' }, ]; // Split top 30 into two rows for carousel From 41c904873d93e88022880e0e34589d1fabe0dfd0 Mon Sep 17 00:00:00 2001 From: geoffrey <1377499035@qq.com> Date: Mon, 9 Mar 2026 21:34:12 +0800 Subject: [PATCH 2/2] fix: update Twitter and GitHub icon colors to fix light theme --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c7e8527..f4abe02 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,10 +28,10 @@ const integrationPills = [ { name: 'Spotify', icon: siIcon(siSpotify), color: '#1DB954' }, { name: 'Hue', icon: siIcon(siPhilipshue), color: '#0065D3' }, { name: 'Obsidian', icon: siIcon(siObsidian), color: '#7C3AED' }, - { name: 'Twitter', icon: siIcon(siX), color: 'currentColor' }, + { name: 'Twitter', icon: siIcon(siX), color: 'var(--text-primary)' }, { name: 'Browser', icon: siIcon(siGooglechrome), color: '#4285F4' }, { name: 'Gmail', icon: siIcon(siGmail), color: '#EA4335' }, - { name: 'GitHub', icon: siIcon(siGithub), color: 'currentColor' }, + { name: 'GitHub', icon: siIcon(siGithub), color: 'var(--text-primary)' }, ]; // Split top 30 into two rows for carousel