/** * Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* You can override the default Infima variables here. */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(31, 165, 136); --ifm-color-primary-darkest: rgb(26, 136, 112); --ifm-color-primary-light: rgb(70, 203, 174); --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; } .markdown h1:first-child { --ifm-h1-font-size: 2.3rem; } .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.1); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } html[data-theme="dark"] .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.3); } p > img { border-radius: 0.4rem; box-shadow: 2px 2px 0.4rem 2px rgba(0, 0, 0, 0.3); overflow: hidden; } .medium-zoom-overlay, .medium-zoom-image--opened { z-index: 999; } .dropdown-archived-versions { font-size: 0.875rem; padding: 0.2rem 0.5rem; } .dropdown-separator { margin: 0.3rem 0; }