mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
519 B
39 lines
519 B
8 years ago
|
@media print {
|
||
|
#header-container,
|
||
|
#alerts,
|
||
|
.sidebar,
|
||
|
.footer {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#root {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
body, main, .hero {
|
||
|
background: #FFF;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.mkcontent {
|
||
|
color: mc('grey', '900');
|
||
|
|
||
|
h1, h2, h3 {
|
||
|
background: #FFF;
|
||
|
}
|
||
|
.toc-anchor {
|
||
|
display: none;
|
||
|
}
|
||
|
pre {
|
||
|
background-color: #FFF;
|
||
|
border-left: none;
|
||
|
padding-left: 20px;
|
||
|
|
||
|
> code {
|
||
|
color: mc('grey', '800');
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|