From 78ab4f3880f6377bcda86a2bab30e2c355007818 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 4 Feb 2015 09:10:01 -0800 Subject: [PATCH] portfolio CSS: use cadance colors for some things --- static/css/portfolio/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/portfolio/main.css b/static/css/portfolio/main.css index 7f2b3dd..a1caefd 100644 --- a/static/css/portfolio/main.css +++ b/static/css/portfolio/main.css @@ -2,14 +2,14 @@ .box { border-radius: 3px; - box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: 0 2px 5px 0 #FE9ACD, 0 2px 10px 0 #FE9ACD; padding: 10px 25px; text-align: right; display: block; margin-top: 60px; } .box-icon { - background-color: #57a544; + background-color: #FDC7E3; border-radius: 50%; display: table; height: 100px; @@ -35,14 +35,14 @@ text-align: justify; } .info > a { - background-color: #03a9f4; + background-color: #FCF7DF; border-radius: 2px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); color: #fff; transition: all 0.5s ease 0s; } .info > a:hover { - background-color: #0288d1; + background-color: #F9EAAE; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); color: #fff; transition: all 0.5s ease 0s;