@@ -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