Skip to content

Commit 1a642c0

Browse files
committed
Update main.js
1 parent 2c728b6 commit 1a642c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ function getData(){
1919
var joined = data['created_at'];
2020
var html = '<center><img src="' + Avatar + '"width="100px" height="100px" style="border:3px solid #fff">';
2121
html += '<h1><span class="label label-success">' + Username + '</h1>';
22-
html += '<br><b><span class="label label-primary"style="color: black;">Followers: ' + Followers +'</b>';
23-
html += '<br><b><span class="label label-primary"style="color: black;">Repositorys: ' + Repository +'</b>';
24-
html += '<br><b><span class="label label-primary"style="color: black;">Location: ' + Location +'</b>';
22+
html += '<br><b><span class="label label-primary"style="color: white;">Followers: ' + Followers +'</b>';
23+
html += '<br><b><span class="label label-primary"style="color: white;">Repositorys: ' + Repository +'</b>';
24+
html += '<br><b><span class="label label-primary"style="color: white;">Location: ' + Location +'</b>';
2525
html += '<br><b><span class="label label-primary"style="color: black;">Joined: ' + joined +'</b>';
2626
// Center
2727
html += '<br><b><span class="label label-primary"><font size="3" color="white">Url Link: <a href="https://github.com/' + Username + '">GitHub.com/'+ Username +'</a></b>';

0 commit comments

Comments
 (0)