github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/assets/stylesheets/_variables.scss (about) 1 // Colors 2 $white: #FFFFFF; 3 $black: #000000; 4 $gray-darker: #555555; 5 6 $consul-pink: #D62783; 7 $consul-pink-dark: #961D59; 8 $packer-blue: #1DAEFF; 9 $packer-blue-dark: #1D94DD; 10 $terraform-purple: #5C4EE5; 11 $terraform-purple-dark: #4040B2; 12 $vagrant-blue: #1563FF; 13 $vagrant-blue-dark: #104EB2; 14 $vault-black: #000000; 15 $vault-blue: #00ABE0; 16 $vault-gray: #919FA8; 17 18 // Typography 19 $font-family-klavika: 'klavika-web', Helvetica, sans-serif; 20 $font-family-open-sans: 'Open Sans', sans-serif; 21 $font-family-monospace: 'Fira Mono', monospace; 22 $font-size: 15px; 23 $font-weight-reg: 400; 24 $font-weight-bold: 600; 25 26 // Body 27 $body-font-color: $gray-darker; 28 $body-link-color: $terraform-purple; 29 30 // Home 31 $home-header-background-color: transparent; 32 $home-header-link-color: $gray-darker; 33 $home-header-link-color-hover: $black; 34 35 // Sidebar 36 $sidebar-background-color: $white; 37 $sidebar-font-size: $font-size - 2; 38 $sidebar-link-color: $body-font-color; 39 $sidebar-link-color-hover: $black; 40 $sidebar-link-color-active: $body-link-color; 41 $sidebar-font-family: $font-family-open-sans; 42 $sidebar-font-weight: $font-weight-reg; 43 44 // Header 45 $header-background-color: $terraform-purple; 46 $header-font-size: $font-size - 2; 47 $header-height: 92px; 48 $header-link-color: rgba($white, 0.85); 49 $header-link-color-hover: $white; 50 51 // Footer 52 $footer-font-size: $font-size - 2; 53 $footer-link-color: $body-font-color; 54 $footer-link-color-hover: $black; 55 56 // Button 57 $button-background: $white; 58 $button-font-color: $terraform-purple; 59 $button-font-family: $font-family-klavika; 60 $button-font-size: $font-size; 61 $button-font-weight: $font-weight-bold; 62 $button-primary-background: $terraform-purple; 63 $button-primary-font-color: $white;