.mention {
    font-weight: bold;
}

.mention {
    background: #1221;
/*    color: #235; */
/*    font-size: 0.9em; */
    height: 1.5em;
    border-radius: 0.75em;
    padding: 0 0.4em;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}

.mention:hover {
    text-decoration: none;
}

.tribute-container {
    min-width: 85px;
}