We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dd55d commit 403fb2fCopy full SHA for 403fb2f
index.html
@@ -52,6 +52,10 @@
52
border: 2px solid #444;
53
}
54
55
+ .repo_title {
56
+ color: #ffffff;
57
+ }
58
+
59
.contributor a {
60
color: #ffcc00;
61
text-decoration: none;
@@ -107,7 +111,7 @@ <h1 id="page-title">Loading...</h1>
107
111
const repoDiv = document.createElement("div");
108
112
repoDiv.className = "repo";
109
113
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>
115
<p>${repo.description || "No description"}</p>
116
`;
117
0 commit comments