#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-Index: 3000;
}

.repoLink {
    font-weight: 600;
}
.pointer {
    cursor: pointer;
    color: #0f6fec;
}

.bi-fill {
    color: #f4ea2a;
}

.bi-my-star-fill:before {
    content: "";
    background: url(/assets/images/action/star-fill.png) no-repeat center/100% auto;
    width: 13px;
    height: 12px;
    display: inline-block;
}

.repoTask {
    height: 3rem;
    width: 10rem;
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}