css: Try a different background color.

This commit is contained in:
Brett Smith 2018-10-10 16:13:12 -04:00
parent e0e38f9c3a
commit 5c0208a700

View file

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