Skip to content

Commit 5638fe9

Browse files
Update badge highlight/glow from blue to golden to match new badge art
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8aed5c1 commit 5638fe9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/UserProfilePanel.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,11 +1191,11 @@ const emit = defineEmits({hide: null, 'open-settings': null});
11911191
.nge-profile-badge:not(.nge-profile-badge--locked) { cursor: pointer; }
11921192
.nge-profile-badge:not(.nge-profile-badge--locked):hover { transform: scale(1.1); }
11931193
.nge-profile-badge--selected {
1194-
background: rgba(74, 158, 255, 0.1);
1195-
box-shadow: 0 0 0 1px rgba(74, 158, 255, 0.3) inset;
1194+
background: rgba(245, 166, 35, 0.12);
1195+
box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.35) inset;
11961196
}
11971197
.nge-profile-badge--selected .nge-profile-badge-img {
1198-
filter: drop-shadow(0 0 6px rgba(100, 180, 255, 0.75));
1198+
filter: drop-shadow(0 0 6px rgba(255, 200, 80, 0.75));
11991199
}
12001200
.nge-profile-badge--latest .nge-profile-badge-img {
12011201
filter: drop-shadow(0 0 8px rgba(255, 200, 80, 0.6));
@@ -1213,8 +1213,8 @@ const emit = defineEmits({hide: null, 'open-settings': null});
12131213
12141214
.nge-profile-badges-toggle {
12151215
background: none;
1216-
border: 1px solid rgba(74, 158, 255, 0.2);
1217-
color: rgba(74, 158, 255, 0.6);
1216+
border: 1px solid rgba(245, 166, 35, 0.25);
1217+
color: rgba(255, 208, 138, 0.6);
12181218
font-size: 0.72em;
12191219
padding: 4px 12px;
12201220
border-radius: 12px;
@@ -1223,8 +1223,8 @@ const emit = defineEmits({hide: null, 'open-settings': null});
12231223
transition: color 0.15s, border-color 0.15s;
12241224
}
12251225
.nge-profile-badges-toggle:hover {
1226-
color: rgba(74, 158, 255, 0.9);
1227-
border-color: rgba(74, 158, 255, 0.4);
1226+
color: rgba(255, 208, 138, 0.9);
1227+
border-color: rgba(245, 166, 35, 0.45);
12281228
}
12291229
12301230
.nge-profile-right-divider {

0 commit comments

Comments
 (0)