Do not underline links

This commit is contained in:
Michael Jackson
2019-01-14 16:25:34 -08:00
parent 8cc9273fdc
commit 20fcc24d14

View File

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