portfolio CSS: Make link text black
This commit is contained in:
parent
89c404280f
commit
71a590fcac
|
@ -38,12 +38,12 @@
|
||||||
background-color: #FCF7DF;
|
background-color: #FCF7DF;
|
||||||
border-radius: 2px;
|
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);
|
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;
|
transition: all 0.5s ease 0s;
|
||||||
}
|
}
|
||||||
.info > a:hover {
|
.info > a:hover {
|
||||||
background-color: #F9EAAE;
|
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);
|
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;
|
transition: all 0.5s ease 0s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue