Minor fixes in CSS colors

This commit is contained in:
Agustin Ferrari 2019-02-02 20:13:40 -03:00
parent c0e73e71c5
commit ceaddbc821
2 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ a:active {
}
a {
color: #0093ff;
color: #61809b;
text-decoration: none;
}