49 lines
764 B
CSS
49 lines
764 B
CSS
body[layout='layout-home'] .markdown-body .call-to-action:nth-of-type(2) {
|
|
background: linear-gradient(to right, #555, #222);
|
|
}
|
|
|
|
body[layout='layout-home'] .markdown-body .call-to-action:nth-of-type(2):hover {
|
|
background: #000;
|
|
}
|
|
|
|
.markdown-body img {
|
|
width: 100%;
|
|
}
|
|
|
|
.markdown-body a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
mdjs-preview {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#main-header a {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#main-header a.active {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#main-header .active {
|
|
display: block;
|
|
}
|
|
|
|
#sidebar-nav {
|
|
padding: 2px;
|
|
}
|
|
|
|
#main-header a[href='/blog/'] {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
#main-header a[href='/blog/'] {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
mdjs-preview::part(iframe) {
|
|
border-color: var(--primary-lines-color);
|
|
}
|