Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
{% endblock %}
{% block styles %}
{% if config.theme.variant == "modern" %}
{% set href = 'assets/stylesheets/modern/main.dfcb43b2.min.css' | url %}
{% set href = 'assets/stylesheets/modern/main.d4922b3c.min.css' | url %}
{% else %}
{% set href = 'assets/stylesheets/classic/main.e1e97660.min.css' | url %}
{% set href = 'assets/stylesheets/classic/main.9a39631f.min.css' | url %}
{% endif %}
<link rel="stylesheet" href="{{ href }}">
{% if config.theme.palette %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
/* Maintain syntax highlighting on cross-references, add underline. */
.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
text-decoration-style: dotted;
}

/* Symbols in Navigation and ToC. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ code.doc-symbol-heading {
// Maintain syntax highlighting on cross-references, add underline.
.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
text-decoration-style: dotted;
}

// Indentation
Expand Down