:root { --ifm-color-primary: rgb(240, 132, 0); --ifm-color-primary-dark: rgb(240, 132, 0); --ifm-color-primary-darker: rgb(240, 132, 0); --ifm-color-primary-darkest: rgb(240, 132, 0); --ifm-color-primary-light: rgb(240, 132, 0); --ifm-color-primary-lighter: rgb(240, 132, 0); --ifm-color-primary-lightest: rgb(240, 132, 0); --ifm-code-font-size: 95%; } .docusaurus-highlight-code-line { background-color: #e07b00; display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } .table-of-contents__link--active, .table-of-contents__link--active code, .table-of-contents__link:hover, .table-of-contents__link:hover code, a:hover, .button--link, a { color: #f08400; } .footer--dark { background-color: var(--ifm-navbar-background-color) !important; } blockquote{ color: var(--ifm-font-color-base); background-color: #232527; border-color: #f08400; } code{ color: #dca52a; background-color: transparent; } kbd{ border-color: #3c3c3c; background-color: #292929; } table tr{ border: none; } table thead{ border-bottom: var(--ifm-table-border-width) solid var(--ifm-table-border-color); } table tbody tr{ border-top: var(--ifm-table-border-width) solid var(--ifm-table-border-color); } table th, table td{ border: none; } .prism-code > div{ background-color: #232527 !important; } @media only screen and (max-width: 996px){ .row{ flex-wrap: wrap; } .container{ max-width: initial; } } @media (min-width: 997px) and (max-width: 1320px){ .container { max-width: calc(100vw - var(--doc-sidebar-width)) !important; } } .container{ max-width: calc(100vw - var(--doc-sidebar-width) - 200px); } .row{ flex-wrap: nowrap; }