Skip to content

Commit a68bcd8

Browse files
Apply Orbitron sci-fi font + gradient to Overview hero badge name
Matches the Trophy Case featured badge title styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 149e6fd commit a68bcd8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/UserProfilePanel.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,8 +1763,14 @@ const emit = defineEmits({hide: null, 'open-settings': null});
17631763
.nge-profile-viz-badge-icon--large { width: 240px; height: 240px; }
17641764
17651765
.nge-profile-viz-badge-name {
1766-
font-size: 1em; font-weight: 700; color: #e0e8f4;
1767-
text-shadow: 0 0 20px rgba(74,158,255,0.25);
1766+
font-family: 'Orbitron', 'Rajdhani', 'Audiowide', 'Share Tech Mono', ui-monospace, monospace;
1767+
font-size: 1.1em; font-weight: 700;
1768+
letter-spacing: 0.08em;
1769+
text-transform: uppercase;
1770+
background: linear-gradient(135deg, #e0ecff 0%, #58a6ff 50%, #a0d0ff 100%);
1771+
-webkit-background-clip: text;
1772+
-webkit-text-fill-color: transparent;
1773+
background-clip: text;
17681774
}
17691775
17701776
.nge-profile-viz-badge-desc { font-size: 0.8em; color: #888; line-height: 1.4; font-style: italic; }

0 commit comments

Comments
 (0)