.repo-list {
    list-style: none;
    padding: 0;
}

.repo-list li {
    border: 1px solid var(--ink-color);
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
}

.repo-list li::before {
    content: ">>";
    position: absolute;
    left: -30px;
    font-weight: bold;
}

.repo-list a {
    font-family: 'Special Elite', cursive;
    font-size: 1.3rem;
}
