github.com/ratanraj/packer@v1.3.2/website/source/assets/stylesheets/_variables.scss (about)

     1  // Colors
     2  $white: #FFFFFF;
     3  $black: #000000;
     4  $gray: #555555;
     5  $gray-darker: #24292e;
     6  
     7  $consul-pink: #D62783;
     8  $consul-pink-dark: #961D59;
     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: $packer-blue;
    30  
    31  // Home
    32  $home-header-background-color: transparent;
    33  $home-header-link-color: $gray;
    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: $packer-blue;
    47  $header-font-size: $font-size - 2;
    48  $header-height: 92px;
    49  $header-link-color: rgba($white, 0.85);
    50  $header-link-color-hover: $white;
    51  
    52  // Footer
    53  $footer-font-size: $font-size - 2;
    54  $footer-link-color: $body-font-color;
    55  $footer-link-color-hover: $black;
    56  
    57  // Buttons
    58  $button-background: $white;
    59  $button-font-color: #7b8A8E;
    60  $button-font-family: $font-family-klavika;
    61  $button-font-size: $font-size;
    62  $button-font-weight: $font-weight-bold;
    63  $button-primary-background: $packer-blue;
    64  $button-primary-font-color: $white;