File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77 $cardDiv . append ( '<div class="user-card-text"></div>' ) ;
88 var $textDiv = $cardDiv . children ( ':last-child' ) ;
99 $textDiv . append ( '<div class="user-card-name">' + ( userData . name || userData . login ) + '</div>' ) ;
10- $textDiv . append ( '<div class="user-card-login">@' + userData . login + '</div>' ) ;
10+ $textDiv . append ( '<div class="user-card-login"><a href="' + userData . html_url + '"> @' + userData . login + '</a> </div>' ) ;
1111 } ) ;
1212 } ) ;
1313} ) ;
Original file line number Diff line number Diff line change @@ -972,6 +972,13 @@ section #title p {
972972 vertical-align : middle;
973973}
974974
975+ .user-card .user-card-login a {
976+ color : # fff ;
977+ }
978+
979+ .user-card .user-card-login a : hover {
980+ color : # ffcc00 ;
981+ }
975982
976983@media print, screen and (max-width : 450px ) {
977984 # logo {
You can’t perform that action at this time.
0 commit comments