PDF improvements, including syntax highlighting

This commit is contained in:
mDuo13
2016-03-18 19:13:10 -07:00
parent dddaad56b1
commit 1296f0739d
5 changed files with 33 additions and 6 deletions

14
assets/css/pdf.css Normal file → Executable file
View File

@@ -1,4 +1,16 @@
a:after {
a[href^="#"]:after {
display: none !important;
}
.main code {
color: black;
}
.main .hljs {
background: transparent;
}
.main pre {
background: transparent;
box-decoration-break: slice;
}