portfolio CSS: Make link text black

This commit is contained in:
Christine Dodrill 2015-02-04 09:12:41 -08:00
parent 89c404280f
commit 71a590fcac
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@
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;
color: #000;
transition: all 0.5s ease 0s;
}
.info > a:hover {
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;
color: #000;
transition: all 0.5s ease 0s;
}