| 
 | 1 | +@font-face {  | 
 | 2 | +  font-family: JuliaMono;  | 
 | 3 | +  src: local("JuliaMono"), url("https://cdn.jsdelivr.net/gh/cormullion/juliamono/webfonts/JuliaMono-Regular.woff2"); }  | 
 | 4 | + | 
 | 5 | +html.theme--documenter-dark pre,  | 
 | 6 | +html.theme--documenter-dark code {  | 
 | 7 | +  font-family: "JuliaMono"; }  | 
 | 8 | + | 
 | 9 | +html:not(.theme--documenter-dark) body #documenter a {  | 
 | 10 | +  color: #4595D1; }  | 
 | 11 | + | 
 | 12 | +html:not(.theme--documenter-dark) body #documenter a:hover, html:not(.theme--documenter-dark) body #documenter a:focus {  | 
 | 13 | +  color: #194E82; }  | 
 | 14 | + | 
 | 15 | +html:not(.theme--documenter-dark) body #documenter .docs-sidebar {  | 
 | 16 | +  box-shadow: none;  | 
 | 17 | +  color: #FFFFFF;  | 
 | 18 | +  background-color: #194E82; }  | 
 | 19 | +  html:not(.theme--documenter-dark) body #documenter .docs-sidebar .docs-package-name a, html:not(.theme--documenter-dark) body #documenter .docs-sidebar .docs-package-name a:hover {  | 
 | 20 | +    color: #FFFFFF; }  | 
 | 21 | +  html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu {  | 
 | 22 | +    border-top: none; }  | 
 | 23 | +    html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu .tocitem:hover {  | 
 | 24 | +      color: #FFFFFF;  | 
 | 25 | +      background-color: #4595D1; }  | 
 | 26 | +    html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu .tocitem {  | 
 | 27 | +      color: #FFFFFF;  | 
 | 28 | +      background: none; }  | 
 | 29 | +    html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active {  | 
 | 30 | +      border-top: none;  | 
 | 31 | +      border-bottom: none; }  | 
 | 32 | +      html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal {  | 
 | 33 | +        margin: 0;  | 
 | 34 | +        border-top: none; }  | 
 | 35 | +        html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal li {  | 
 | 36 | +          margin-top: 0; }  | 
 | 37 | +        html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem {  | 
 | 38 | +          color: #194E82;  | 
 | 39 | +          background-color: #FFFFFF;  | 
 | 40 | +          padding: 0.5em;  | 
 | 41 | +          padding-left: 1em; }  | 
 | 42 | + | 
 | 43 | +html:not(.theme--documenter-dark) body #documenter article#documenter-page a.docs-heading-anchor {  | 
 | 44 | +  color: #194E82; }  | 
 | 45 | + | 
 | 46 | +html:not(.theme--documenter-dark) body #documenter pre, html:not(.theme--documenter-dark) body #documenter code {  | 
 | 47 | +  color: inherit;  | 
 | 48 | +  font-family: "JuliaMono"; }  | 
 | 49 | +  html:not(.theme--documenter-dark) body #documenter pre .hljs-meta, html:not(.theme--documenter-dark) body #documenter code .hljs-meta {  | 
 | 50 | +    color: #4595D1; }  | 
 | 51 | +  html:not(.theme--documenter-dark) body #documenter pre .hljs-keyword, html:not(.theme--documenter-dark) body #documenter code .hljs-keyword {  | 
 | 52 | +    color: #194E82; }  | 
 | 53 | + | 
 | 54 | +.admonition.is-category-terminology {  | 
 | 55 | +  background-color: #FFFEDD;  | 
 | 56 | +  border-color: #FFEC8B; }  | 
 | 57 | +  .admonition.is-category-terminology > .admonition-header {  | 
 | 58 | +    background-color: #FFEC8B;  | 
 | 59 | +    color: black; }  | 
 | 60 | +    .admonition.is-category-terminology > .admonition-header:before {  | 
 | 61 | +      content: "Terminology: ";  | 
 | 62 | +      font-family: inherit;  | 
 | 63 | +      font-weight: bold; }  | 
 | 64 | + | 
 | 65 | +html.theme--documenter-dark .admonition.is-category-terminology {  | 
 | 66 | +  border-color: #FFEC8B; }  | 
 | 67 | + | 
 | 68 | +details {  | 
 | 69 | +  padding-left: 1rem;  | 
 | 70 | +  padding-right: 1rem;  | 
 | 71 | +  padding-bottom: 1rem;  | 
 | 72 | +  background: aliceblue; }  | 
 | 73 | + | 
 | 74 | +html.theme--documenter-dark details {  | 
 | 75 | +  background: #282f2f; }  | 
 | 76 | + | 
 | 77 | +.video-container {  | 
 | 78 | +  position: relative;  | 
 | 79 | +  width: 100%;  | 
 | 80 | +  padding-bottom: 56.25%; }  | 
 | 81 | + | 
 | 82 | +.video-container > iframe {  | 
 | 83 | +  position: absolute;  | 
 | 84 | +  top: 0;  | 
 | 85 | +  left: 0;  | 
 | 86 | +  width: 100%;  | 
 | 87 | +  height: 100%;  | 
 | 88 | +  border: 0; }  | 
0 commit comments