Testing css and link fixes

This commit is contained in:
Ethan N. Paul
2017-02-10 15:05:13 -05:00
parent 3e74482ba6
commit 7eeeb390f3
2 changed files with 9 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ p {
}
a {
color: aqua;
color: #5882A8;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@@ -54,7 +54,7 @@ a {
a:hover,
a:focus {
text-decoration: none;
color: #42dca3;
color: #fff;
}
.light {