Skip to content

Commit d930414

Browse files
JoshJosh
authored andcommitted
Improve IC Skills logo with gradient and divider
1 parent 45c1f3e commit d930414

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

src/app.jsx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,25 @@ export function App() {
421421
}}>
422422
<div style={{ display: "flex", alignItems: "baseline", gap: "14px" }}>
423423
<span style={{
424-
fontSize: "20px", letterSpacing: "-0.8px",
424+
fontSize: "20px", letterSpacing: "-0.5px",
425425
color: "var(--text-primary)", lineHeight: 1,
426+
display: "flex", alignItems: "center", gap: "8px",
426427
}}>
427-
<span style={{ fontWeight: 900 }}>IC</span>
428-
<span style={{ fontWeight: 300, color: "var(--text-muted)", marginLeft: "5px", fontSize: "16px" }}>Skills</span>
428+
<span style={{
429+
fontWeight: 900, fontSize: "20px",
430+
background: "var(--gradient-accent)",
431+
WebkitBackgroundClip: "text", WebkitTextFillColor: "transparent",
432+
}}>IC</span>
433+
<span style={{
434+
width: "1px", height: "18px",
435+
background: "var(--border-default)",
436+
display: "inline-block",
437+
}} />
438+
<span style={{
439+
fontWeight: 600, fontSize: "16px",
440+
color: "var(--text-muted)",
441+
letterSpacing: "0.5px",
442+
}}>Skills</span>
429443
</span>
430444
<span style={{
431445
fontSize: "9px", padding: "3px 10px",

0 commit comments

Comments
 (0)