Skip to content

Commit 9b01601

Browse files
committed
Update cli
1 parent 43c99e7 commit 9b01601

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/components/About/Toolstack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const toolStackIcons = [
1010
{ icon: <img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/jetbrains/jetbrains-original.svg" alt="JetBrains" style={{ width: "1em", height: "1em" }} />, name: "JetBrains", link: "https://www.jetbrains.com/" },
1111
{ icon: <img src="https://cdn.simpleicons.org/claude/CC785C" alt="Claude Code" style={{ width: "1em", height: "1em" }} />, name: "Claude Code", link: "https://www.anthropic.com/claude-code" },
1212
{ icon: <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/openai.svg" alt="Codex" className="tech-icon-codex" style={{ width: "1em", height: "1em" }} />, name: "Codex", link: "https://developers.openai.com/codex" },
13+
{ icon: <img src="https://cdn.simpleicons.org/googlegemini" alt="Gemini CLI" className="tech-icon-gemini-cli" style={{ width: "1em", height: "1em" }} />, name: "Gemini CLI", link: "https://github.com/google-gemini/gemini-cli" },
1314
{ icon: <img src="https://www.zerotier.com/wp-content/uploads/2024/10/icon.svg" alt="ZeroTier" style={{ width: "1em", height: "1em" }} />, name: "ZeroTier", link: "https://www.zerotier.com/" },
1415
{ icon: <img src="https://tailscale.com/favicon.svg" alt="Tailscale" style={{ width: "1em", height: "1em" }} />, name: "Tailscale", link: "https://tailscale.com/" },
15-
{ icon: <img src="https://cdn.jsdelivr.net/gh/jellyfin/jellyfin-ux@master/branding/SVG/icon-transparent.svg" alt="Jellyfin" style={{ width: "1em", height: "1em" }} />, name: "Jellyfin", link: "https://jellyfin.org/" },
16-
{ icon: <img src="https://play-lh.googleusercontent.com/x2eHcquFzIsSuhwXmbvD_xouXUxMkAfdak0z8zayXU_OzC9yYxBdbur3nE_kE4kazg" alt="Emby" style={{ width: "1em", height: "1em", objectFit: "contain" }} />, name: "Emby", link: "https://emby.media/" },
16+
{ icon: <img src="https://cdn.jsdelivr.net/gh/jellyfin/jellyfin-ux@master/branding/SVG/icon-transparent.svg" alt="Jellyfin" className="tech-icon-jellyfin" style={{ width: "1em", height: "1em" }} />, name: "Jellyfin", link: "https://jellyfin.org/" },
1717
];
1818

1919
function Toolstack() {

src/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2874,6 +2874,12 @@ body.homepage .home-about-section {
28742874
filter: invert(1);
28752875
}
28762876

2877+
/* Gemini CLI + Jellyfin: read better on dark glass skill cards */
2878+
[data-theme="dark"] .tech-icons__icon img.tech-icon-gemini-cli,
2879+
[data-theme="dark"] .tech-icons__icon img.tech-icon-jellyfin {
2880+
filter: brightness(1.35) contrast(1.08);
2881+
}
2882+
28772883
.tech-icons__name {
28782884
font-size: 1.05rem;
28792885
font-weight: 600;

0 commit comments

Comments
 (0)