github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/docs/web/src/css/custom.css (about)

     1  /**
     2   * Any CSS included here will be global. The classic template
     3   * bundles Infima by default. Infima is a CSS framework designed to
     4   * work well for content-centric websites.
     5   */
     6  
     7  /* You can override the default Infima variables here. */
     8  :root {
     9    --ifm-color-primary: #25c2a0;
    10    --ifm-color-primary-dark: rgb(33, 175, 144);
    11    --ifm-color-primary-darker: rgb(31, 165, 136);
    12    --ifm-color-primary-darkest: rgb(26, 136, 112);
    13    --ifm-color-primary-light: rgb(70, 203, 174);
    14    --ifm-color-primary-lighter: rgb(102, 212, 189);
    15    --ifm-color-primary-lightest: rgb(146, 224, 208);
    16    --ifm-code-font-size: 95%;
    17  }
    18  
    19  .docusaurus-highlight-code-line {
    20    background-color: rgba(0, 0, 0, 0.1);
    21    display: block;
    22    margin: 0 calc(-1 * var(--ifm-pre-padding));
    23    padding: 0 var(--ifm-pre-padding);
    24  }
    25  
    26  html[data-theme='dark'] .docusaurus-highlight-code-line {
    27    background-color: rgba(0, 0, 0, 0.3);
    28  }