mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
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;
|
|
}
|