Skip to content

Commit 403fb2f

Browse files
authored
css
1 parent 64dd55d commit 403fb2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
border: 2px solid #444;
5353
}
5454

55+
.repo_title {
56+
color: #ffffff;
57+
}
58+
5559
.contributor a {
5660
color: #ffcc00;
5761
text-decoration: none;
@@ -107,7 +111,7 @@ <h1 id="page-title">Loading...</h1>
107111
const repoDiv = document.createElement("div");
108112
repoDiv.className = "repo";
109113
repoDiv.innerHTML = `
110-
<h2><a href="${repo.html_url}" target="_blank">${repo.name}</a></h2>
114+
<h2><a class="repo_title" href="${repo.html_url}" target="_blank">${repo.name}</a></h2>
111115
<p>${repo.description || "No description"}</p>
112116
`;
113117

0 commit comments

Comments
 (0)