diff --git a/css/typography.css b/css/typography.css index d03c33da..a2a52b96 100644 --- a/css/typography.css +++ b/css/typography.css @@ -30,11 +30,12 @@ h2 { } a { - color: #1E3F94; + color: #FFFFFF; text-decoration: underline; } a:hover { - text-decoration: none; + color: #CDC9C1; + text-decoration: underline; } a img { border-style: none; @@ -46,4 +47,4 @@ a img { #Header h1 { color: white; -} \ No newline at end of file +}