From e0e38f9c3af7964b30b0d5a3eca9fe48b817ea5a Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 10 Oct 2018 16:07:22 -0400 Subject: [PATCH] css: CopyleftConf colors over Conservancy colors. --- static/scss/variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/scss/variables.scss b/static/scss/variables.scss index b4bc906..51c0cd2 100644 --- a/static/scss/variables.scss +++ b/static/scss/variables.scss @@ -1,7 +1,7 @@ /* COLORS */ // Used by links, buttons, and other background bits. -$brand-primary: rgb(87, 118, 50); -$brand-secondary: #afe478; +$brand-primary: #5cc9c9; // CopyleftConf cyan +$brand-secondary: #ffe6cc; // footer peach //$background-filter: hsla(207, 60%, 85%, 1.0); $background-filter: $brand-secondary;