Skip to content

Commit

Permalink
[CveXplore-278] doc restructure WIP #219
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Apr 18, 2024
1 parent 04b1b8b commit fb318b6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.reference.external {
color: var(--md-code-hl-special-color);
}

a.reference.internal span.pre {
color: #ff9575;
font-weight: bold;
}

/*a.reference.internal span.pre*/

a.reference.internal span.viewcode-link span.pre,
.pseudo-toc-entry {
color: #ff9575;
font-weight: normal;
}

a.reference.internal span.viewcode-link span.pre:hover,
.pseudo-toc-entry:hover {
color: #b0eb00;
}

em.sig-param a.n.reference.internal span.n span.pre {
color: #ff9575;
font-weight: normal;
}

em.sig-param a.n.reference.internal span.n span.pre:hover {
color: #b0eb00
}

.default_value {
color: #9383e2
}

0 comments on commit fb318b6

Please sign in to comment.