Xref, Related-Links

Style any cross-reference type.

Overview

By default, long links are broke over multiple lines.


links overview

Common Customizations

You can apply customizations by pasting the following code snippets under the @import rules.

Decorate links in the document body
links decorated
JSON
/* Decorate links in the document body. */
.xref,
.link {
    text-decoration: underline;
}