mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-11-28 18:35:44 -05:00
34 lines
No EOL
636 B
CSS
34 lines
No EOL
636 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%;
|
|
}
|
|
|
|
.makecode-btn:hover{
|
|
background: #5cafb8;
|
|
color: #01606b;
|
|
}
|
|
|
|
.makecode-preview{
|
|
filter: opacity(0.5);
|
|
} |