Rename 2 colors

Darker purple (planet) is now “Amethyst” to match the gemstone theme of
that value. Creme De Violette was just a long name, so now it is
“twilight” (which has nothing to do with the movies or book series)
pull/1324/head
Alex P 2017-04-20 17:59:40 -07:00 committed by Jared Scheib
parent 6eacbdcb8e
commit 5d055bd3e9
2 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@ $dropdown-menu-max-height: 290px;
@include gradient-h($c-laser, $c-comet);
}
> li > a {
color: $c-cremedeviolette !important;
color: $c-twilight !important;
&:hover {
color: $g20-white !important;
}

View File

@ -52,14 +52,14 @@ $c-yeti: #F0FCFF;
// Chronograf (Dark to Light)
$c-shadow: #1F2039;
$c-void: #311F94;
$c-planet: #513CC6;
$c-planet-disabled: #484281;
$c-amethyst: #513CC6;
$c-amethyst-disabled: #484281;
$c-star: #7A65F2;
$c-star-disabled: #D6D5ED;
$c-comet: #9394FF;
$c-potassium: #B1B6FF;
$c-moonstone: #C9D0FF;
$c-cremedeviolette: #F2F4FF;
$c-twilight: #F2F4FF;
// Kapacitor (Dark to Light)
$c-gypsy: #152B2D;