portfolio CSS: shift a few colors around

This commit is contained in:
Christine Dodrill 2015-02-04 09:14:27 -08:00
parent 71a590fcac
commit 8d71ea0c0e
1 changed files with 2 additions and 1 deletions

View File

@ -2,11 +2,12 @@
.box {
border-radius: 3px;
box-shadow: 0 2px 5px 0 #FE9ACD, 0 2px 10px 0 #FE9ACD;
box-shadow: 0 2px 5px 0 #E5B7CE, 0 2px 10px 0 #E5B7CE;
padding: 10px 25px;
text-align: right;
display: block;
margin-top: 60px;
color: #FE9ACD;
}
.box-icon {
background-color: #8434BA;