styles: set links to secondary color to match material

This commit is contained in:
Peter Cai 2020-02-20 13:28:14 +08:00
parent 872a17d7b2
commit d69ba60b49
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -15,7 +15,7 @@ body, html {
}
a {
color: #00bcd4;
color: #e91e63;
}
a:link {
@ -23,7 +23,7 @@ a:link {
}
a:visited {
color: #00bcd4;
color: #e91e63;
text-decoration: none;
}