.text.green {
    color: var(--color-thin-green, #6ebb21) !important;
}

img.ui.avatar {
    width: 27px;
    height: 27px;
}

.timeline-avatar.text.green > svg {
    height: 28px;
    width: 28px;
}

.repository.view.issue .comment-list .timeline-item .timeline-avatar {
    position: absolute;
    left: -58px;
    top: 18px;
}

.user.profile .ui.card #profile-avatar img {
    max-width: 100%;
    height: auto;
    width: 128px;
}
