/**
 * 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: #c04392;
  --ifm-color-primary-dark: #af3b84;
  --ifm-color-primary-darker: #a5377d;
  --ifm-color-primary-darkest: #882e67;
  --ifm-color-primary-light: #c7569d;
  --ifm-color-primary-lighter: #ca60a3;
  --ifm-color-primary-lightest: #d47db4;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
  --ifm-code-font-size: 95%;
  --ifm-banner-background-color: #f2f4f8;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme="dark"] {
  --ifm-color-primary: #c04392;
  --ifm-color-primary-dark: #af3b84;
  --ifm-color-primary-darker: #a5377d;
  --ifm-color-primary-darkest: #882e67;
  --ifm-color-primary-light: #c7569d;
  --ifm-color-primary-lighter: #ca60a3;
  --ifm-color-primary-lightest: #d47db4;
  --docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.1);
  --ifm-banner-background-color: #101014;
}

/* custom rules goes here */

.language-sh .token.plain {
  color: var(--ifm-font-color-base);
}
