[data-contributor="Katherine Yang"] .type {
    background: hsl(60, 100%, 50%);
    box-shadow: 0 0 10px 3px hsl(60, 100%, 50%);
}

[data-contributor="Katherine Yang"] .type span {
    opacity: 0.4;
    color: var(--dark);
}

[data-contributor="Katherine Yang"] .type span:nth-child(2) {
    opacity: 1;
}