mirror of https://github.com/status-im/consul.git
Merge pull request #2909 from hashicorp/consul-color
consuls color was reverted to incorrect
This commit is contained in:
commit
7e8f3327b5
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
&.pink {
|
||||
background: $consul-pink;
|
||||
background: $consul-red;
|
||||
|
||||
h2 {
|
||||
color: $white;
|
||||
|
@ -117,7 +117,7 @@
|
|||
}
|
||||
|
||||
&.pink-dark {
|
||||
background: $consul-pink-dark;
|
||||
background: $consul-red-dark;
|
||||
|
||||
h2 {
|
||||
color: $white;
|
||||
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
|
||||
&.text-pink {
|
||||
color: lighten($consul-pink, 20%);
|
||||
color: lighten($consul-red, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,17 +8,17 @@ svg.logo {
|
|||
}
|
||||
|
||||
path.center-c {
|
||||
fill: $consul-pink-dark;
|
||||
fill: $consul-red-dark;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
path.circles {
|
||||
fill: $consul-pink;
|
||||
fill: $consul-red;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
path.c {
|
||||
fill: $consul-pink;
|
||||
fill: $consul-red;
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,8 @@ $white: #FFFFFF;
|
|||
$black: #000000;
|
||||
$gray-darker: #555555;
|
||||
|
||||
$consul-pink: #D62783;
|
||||
$consul-pink-dark: #961D59;
|
||||
$consul-red: #C62A71;
|
||||
$consul-red-dark: #8C1C59;
|
||||
$packer-blue: #1DAEFF;
|
||||
$packer-blue-dark: #1D94DD;
|
||||
$terraform-purple: #5C4EE5;
|
||||
|
@ -25,7 +25,7 @@ $font-weight-bold: 600;
|
|||
|
||||
// Body
|
||||
$body-font-color: $gray-darker;
|
||||
$body-link-color: $consul-pink;
|
||||
$body-link-color: $consul-red;
|
||||
|
||||
// Home
|
||||
$home-header-background-color: transparent;
|
||||
|
@ -42,7 +42,7 @@ $sidebar-font-family: $font-family-open-sans;
|
|||
$sidebar-font-weight: $font-weight-reg;
|
||||
|
||||
// Header
|
||||
$header-background-color: $consul-pink;
|
||||
$header-background-color: $consul-red;
|
||||
$header-font-size: $font-size - 2;
|
||||
$header-height: 92px;
|
||||
$header-link-color: rgba($white, 0.85);
|
||||
|
@ -59,5 +59,5 @@ $button-font-color: #7b8A8E;
|
|||
$button-font-family: $font-family-klavika;
|
||||
$button-font-size: $font-size;
|
||||
$button-font-weight: $font-weight-bold;
|
||||
$button-primary-background: $consul-pink;
|
||||
$button-primary-background: $consul-red;
|
||||
$button-primary-font-color: $white;
|
||||
|
|
Loading…
Reference in New Issue