Skip to content

Commit c3c4d72

Browse files
committed
Footer link style
1 parent 20ba5e8 commit c3c4d72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/App.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,13 @@ h2 {
134134
-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
135135
-moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
136136
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
137+
-webkit-transition: 0.5s;
138+
-moz-transition: 0.5s;
139+
-o-transition: 0.5s;
140+
-ms-transition: 0.5s;
141+
transition: 0.5s;
142+
}
143+
144+
.footer a:hover {
145+
color: #727272;
137146
}

0 commit comments

Comments
 (0)