Skip to content

Commit

Permalink
build based on b2a5f15
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 15, 2023
1 parent 858a36d commit 269d0f1
Show file tree
Hide file tree
Showing 13 changed files with 956 additions and 0 deletions.
3 changes: 3 additions & 0 deletions previews/PR289/api.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions previews/PR289/assets/chainrules.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/* Links */

a {
color: #4595D1;
}

a:hover, a:focus {
color: #194E82;
}

/* Navigation */

nav.toc ul a:hover,
nav.toc ul.internal a:hover {
color: #FFFFFF;
background-color: #4595D1;
}

nav.toc ul .toctext {
color: #FFFFFF;
}

nav.toc {
box-shadow: none;
color: #FFFFFF;
background-color: #194E82;
}

nav.toc li.current > .toctext {
color: #FFFFFF;
background-color: #4595D1;
border-top-width: 0px;
border-bottom-width: 0px;
}

nav.toc ul.internal a {
color: #194E82;
background-color: #FFFFFF;
}

/* Text */

article#docs a.nav-anchor {
color: #194E82;
}

article#docs blockquote {
font-style: italic;
}

/* Terminology Block */

div.admonition.terminology div.admonition-title:before {
content: "Terminology: ";
font-family: inherit;
font-weight: bold;
}
div.admonition.terminology div.admonition-title {
background-color: #FFEC8B;
}

div.admonition.terminology div.admonition-text {
background-color: #FFFEDD;
}

/* Code */

code .hljs-meta {
color: #4595D1;
}

code .hljs-keyword {
color: #194E82;
}

pre, code {
font-family: "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "andale mono", "lucida console", monospace;
}
Loading

0 comments on commit 269d0f1

Please sign in to comment.