Testing css and link fixes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user