showcase/assets/css/custom.css
2023-10-28 19:26:06 +01:00

37 lines
No EOL
675 B
CSS

/*
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: #028b9b;
transition: 0.2s ease;
padding: 15px 20px;
font-family:Arial, Helvetica, sans-serif !important;
color: white;
border: none;
outline: none;
font-weight: 600;
border-radius: 20px;
}
.makecode-btn > i{
font-size: 80px;
width: 100%;
cursor: pointer;
}
.makecode-btn:hover{
background: #5cafb8;
/* color: #01606b; */
}
.makecode-preview{
filter: blur(3px) opacity(0.3);
}