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;