1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

add blue back with 42% mix

This commit is contained in:
Diana Mounter 2019-03-12 16:24:23 -04:00
parent 267a9aa382
commit 478c888633

View File

@ -23,6 +23,7 @@ $h000-size-mobile: 48px !default;
// Colors
$green-450: mix($green-500, $green-400, 50%);
$blue-mktg: mix($blue-400, $blue-500, 42%);
// Animations
$transition-time: 0.4s;