Do not underline links

This commit is contained in:
Michael Jackson 2019-01-14 16:25:34 -08:00
parent 8cc9273fdc
commit 20fcc24d14
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const globalStyles = css`
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: rebeccapurple;