github.com/KyaXTeam/consul@v1.4.5/website/source/assets/stylesheets/_variables.scss (about)

     1  // Colors
     2  $white: #ffffff;
     3  $black: #000000;
     4  $gray-darker: #555555;
     5  $consul-black: #252937;
     6  
     7  $consul-red: #c62a71;
     8  $consul-red-dark: #8c1c59;
     9  $packer-blue: #1daeff;
    10  $packer-blue-dark: #1d94dd;
    11  $terraform-purple: #5c4ee5;
    12  $terraform-purple-dark: #4040b2;
    13  $vagrant-blue: #1563ff;
    14  $vagrant-blue-dark: #104eb2;
    15  $vault-black: #000000;
    16  $vault-blue: #00abe0;
    17  $vault-gray: #919fa8;
    18  
    19  // Typography
    20  $font-family-klavika: 'klavika-web', Helvetica, sans-serif;
    21  $font-family-open-sans: 'Open Sans', sans-serif;
    22  $font-family-monospace: 'Fira Mono', monospace;
    23  $font-size: 15px;
    24  $font-weight-reg: 400;
    25  $font-weight-bold: 600;
    26  
    27  // Body
    28  $body-font-color: $gray-darker;
    29  $body-link-color: $consul-red;
    30  
    31  // Home
    32  $home-header-background-color: transparent;
    33  $home-header-link-color: $gray-darker;
    34  $home-header-link-color-hover: $black;
    35  
    36  // Sidebar
    37  $sidebar-background-color: $white;
    38  $sidebar-font-size: $font-size - 2;
    39  $sidebar-link-color: $body-font-color;
    40  $sidebar-link-color-hover: $black;
    41  $sidebar-link-color-active: $body-link-color;
    42  $sidebar-font-family: $font-family-open-sans;
    43  $sidebar-font-weight: $font-weight-reg;
    44  
    45  // Header
    46  $header-background-color: $consul-red;
    47  $header-font-size: $font-size - 2;
    48  $header-height: 92px;
    49  $header-link-color: rgba($black, 0.85);
    50  $header-link-color-hover: $black;
    51  $header-font-family: $font-family-klavika;
    52  
    53  // Footer
    54  $footer-font-size: $font-size - 2;
    55  $footer-link-color: $body-font-color;
    56  $footer-link-color-hover: $black;
    57  
    58  // Button
    59  $button-background: $white;
    60  $button-font-color: #7b8a8e;
    61  $button-font-family: $font-family-klavika;
    62  $button-font-size: $font-size;
    63  $button-font-weight: $font-weight-bold;
    64  $button-primary-background: $consul-red;
    65  $button-primary-font-color: $white;