.gh-repo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gh-repo-item {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
.repo-link {
    font-size: 1.1em;
    color: #0366d6;
    text-decoration: none;
}
.repo-link:hover {
    text-decoration: underline;
}
.repo-desc {
    margin: 0.3em 0;
    color: #586069;
    font-size: 0.95em;
}
.repo-meta {
    font-size: 0.85em;
    color: #999;
}
