mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
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
17 lines
206 B
CSS
Executable File
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;
|
|
}
|