Files
xrpl-dev-portal/assets/css/pdf.css
mDuo13 2fe16409f3 Update Portal styles & templates
Officially renames it the "XRP Ledger Developer Portal" and
adapts the Ripple Client Portal templates to the XRP Dev Portal:

- Table-of-Contents-like landing page
- Accordion-style side nav except on landing page
- Breadcrumbs except on landing page
- floating (right-side) in-page nav on doc pages
- Adds "Edit on GitHub" link
- Slight modifications to API tool styles
2018-03-07 13:13:25 -08:00

17 lines
206 B
CSS
Executable File

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