/* stylelint-disable docusaurus/copyright-header */
/**
 * 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: #1467ff;
  --ifm-color-primary-dark: #0057f8;
  --ifm-color-primary-darker: #0053ea;
  --ifm-color-primary-darkest: #0044c1;
  --ifm-color-primary-light: #3079ff;
  --ifm-color-primary-lighter: #3d82ff;
  --ifm-color-primary-lightest: #669cff;
  --ifm-code-font-size: 95%;
}

.docusaurus-highlight-code-line {
  background-color: rgb(72, 77, 91);
  display: block;
  margin: 0 calc(-1 * var(--ifm-pre-padding));
  padding: 0 var(--ifm-pre-padding);
}

/* without this, the page is stuck with overflow: visible*/
body {
  overflow-y: auto !important;
}
