[data-contributor="Ivan Zhao"] .type {
    background: var(--background);
}

[data-contributor="Ivan Zhao"] .type span {
    background: #2f4f4f;
    border: 2px solid hsl(var(--deg), 100%, 70%);
    border-style: outset;
    font-family: monospace;
    font-size: calc(var(--diameter) * 0.07);
    font-style: normal;
    letter-spacing: -0.07em;
    padding: 0.5rem 0;
    color: #fff;
    width: calc(100% - 16px);
}

[data-contributor="Ivan Zhao"]:active .type span,
[data-contributor="Ivan Zhao"]:focus .type span {
    border: none;
}