mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
PDF improvements, including syntax highlighting
This commit is contained in:
14
assets/css/pdf.css
Normal file → Executable file
14
assets/css/pdf.css
Normal file → Executable 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user