css: CopyleftConf colors over Conservancy colors.

This commit is contained in:
Brett Smith 2018-10-10 16:07:22 -04:00
parent dadee611a0
commit e0e38f9c3a

View file

@ -1,7 +1,7 @@
/* COLORS */ /* COLORS */
// Used by links, buttons, and other background bits. // Used by links, buttons, and other background bits.
$brand-primary: rgb(87, 118, 50); $brand-primary: #5cc9c9; // CopyleftConf cyan
$brand-secondary: #afe478; $brand-secondary: #ffe6cc; // footer peach
//$background-filter: hsla(207, 60%, 85%, 1.0); //$background-filter: hsla(207, 60%, 85%, 1.0);
$background-filter: $brand-secondary; $background-filter: $brand-secondary;