[data-contributor="Alicia Guo"] .type {
    background: orchid;
    color: black;
}

[data-contributor="Alicia Guo"] .type img {
    height: 2rem;
    margin-bottom: -10px;
}

[data-contributor="Alicia Guo"]:hover .type,
[data-contributor="Alicia Guo"]:focus .type,
[data-contributor="Alicia Guo"][data-on="true"] .type {
    background: linear-gradient(#efdbd3, orchid);
}