replace placeholder link colors

This commit is contained in:
Daniel Micay 2019-05-04 18:08:56 -04:00
parent 5d1af483ca
commit cf28e52361

View File

@ -14,12 +14,12 @@ body {
} }
a { a {
color: #0000ee; color: #1565c0; /* blue800 */
text-decoration: none; text-decoration: none;
} }
a:visited { a:visited {
color: #551a8b; color: #6a1b9a; /* purple800 */
} }
a:hover { a:hover {