Update link color

This commit is contained in:
gilsondev 2016-06-03 15:22:21 -03:00
parent 3f17c33801
commit 4ef299933b
2 changed files with 5 additions and 2 deletions

View File

@ -27,9 +27,12 @@ h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
}
a {
color: #0085a1;
}
a:hover,
a:focus {
color: #0085a1;
color: #0057a2;
}
a img:hover,
a img:focus {

File diff suppressed because one or more lines are too long