mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
During migration, while we launch Redocly with -d content, the static files need to be in content. Eventually, when we stop using -d, we need to move the files again. Previously: /assets : static assets used by templates /img : images used in documentation (mostly) Now: /content/static : static assets used by templates /img : images used in documentation (mostly) Eventually: /static : static assets used by templates /docs/img : images used in documentation
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;
|
|
}
|