23 lines
400 B
CSS
23 lines
400 B
CSS
body[layout='layout-home'] .markdown-body .call-to-action:nth-of-type(2) {
|
|
--primary-color: #222;
|
|
--primary-color-lighter: #333;
|
|
--primary-color-darker: #000;
|
|
}
|
|
|
|
.markdown-body img {
|
|
width: 100%;
|
|
}
|
|
|
|
mdjs-preview {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#main-header a[href="/blog/"] {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
#main-header a[href="/blog/"] {
|
|
display: block;
|
|
}
|
|
}
|