From 4eace8d7d0dc2b34ae97c5295de8c51213e4302d Mon Sep 17 00:00:00 2001 From: ethanrosenthal Date: Sat, 11 Jun 2016 21:35:30 -0400 Subject: [PATCH] some background color modification --- _sass/libs/_vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index bca9d9b..f7e01f8 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -47,7 +47,7 @@ border2-bg: rgba(144,144,144,0.5), accent1: ( - bg: #21b2a6, + bg: #597550, fg-bold: #ffffff, fg: mix(#21b2a6, #ffffff, 25%), fg-light: mix(#21b2a6, #ffffff, 40%), @@ -122,4 +122,4 @@ border2: #bfbfbf, border2-bg: rgba(0,0,0,0.1) ) - ); \ No newline at end of file + );