showcase/assets/css/custom.css

62 lines
1.1 KiB
CSS
Raw Normal View History

2023-07-22 13:34:09 -04:00
/*
Don't want to use sass and simply modify the stylesheet in the old css fashion?
Just customize your theme here.
================================================== */
2023-07-23 10:44:46 -04:00
.author-thumb{
border: none;
2023-08-04 06:20:57 -04:00
}
.makecode-btn{
2024-01-05 16:49:15 -05:00
background: #04aabd;
transition: 0.2s ease;
2024-01-05 16:49:15 -05:00
padding: 10px 10px;
font-family:Arial, Helvetica, sans-serif !important;
color: white;
border: none;
outline: none;
font-weight: 600;
2024-01-05 16:49:15 -05:00
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{
2024-01-05 16:49:15 -05:00
font-size: 40px;
width: 100%;
2023-10-28 14:26:06 -04:00
cursor: pointer;
}
2023-10-28 14:26:06 -04:00
.makecode-btn:hover{
background: #5cafb8;
2023-10-28 14:26:06 -04:00
/* color: #01606b; */
}
.makecode-preview{
2023-10-28 14:26:06 -04:00
filter: blur(3px) opacity(0.3);
2024-01-05 16:49:15 -05:00
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;
}