/* 
Don't want to use sass and simply modify the stylesheet in the old css fashion? 
Just customize your theme here.
================================================== */

.author-thumb{
    border: none;
}

.makecode-btn{
    background: #04aabd;
    transition: 0.2s ease;
    padding: 10px 10px;
    font-family:Arial, Helvetica, sans-serif !important;
    color: white;
    border: none;
    outline: none;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.makecode-btn::selection{
    outline: none;
}

.card-header{
    margin-top: 0px !important;
    background: none;
    text-shadow: 1px 1px black;
    outline: none;
    border: none;
}

.makecode-btn > i{
    font-size: 40px;
    width: 100%;
    cursor: pointer;
}


.makecode-btn:hover{
    background: #5cafb8;
    /* color: #01606b; */
}

.makecode-preview{
    filter: blur(3px) opacity(0.3);
    cursor: pointer;
}

.post-tag-box{
    margin-bottom: 10px;
}

.post-tag {
    background: rgb(231, 231, 231);
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    font-variant-caps: all-small-caps;
}