<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alphabet {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    padding-bottom: 60px;
    list-style: none;
}

.hr &gt; hr {
    width: 85%;
    height: 1px;
    background-color: #252525;
}

.sw-profile-archive {
    display: flex;
    flex-direction: column;
}

.profile-container h4 &gt; a,
.profile-container h4 &gt; a:is(:focus, :hover) {
    color: #252525;
}
</pre></body></html>