github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/website/src/css/custom.scss (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  $base: #149eca;
     8  
     9  :root {
    10    --ifm-color-primary: #{$base};
    11    --ifm-color-primary-dark: #{darken($base, 10%)};
    12    --ifm-color-primary-darker: #{darken($base, 20%)};
    13    --ifm-color-primary-darkest: #{darken($base, 30%)};
    14    --ifm-color-primary-light: #{lighten($base, 10%)};
    15    --ifm-color-primary-lighter: #{lighten($base, 20%)};
    16    --ifm-color-primary-lightest: #{lighten($base, 30%)};
    17  }