diff --git a/css/main.css b/css/main.css index 8d2e25a..cb0c1e0 100644 --- a/css/main.css +++ b/css/main.css @@ -92,7 +92,7 @@ h3{ max-height: 300px; } a:link { - color:coral; + color: white; text-decoration: none; } @@ -104,7 +104,7 @@ a:link { /* mouse over link */ h1:hover{ - color: coral; + color:white; background-color: lightseagreen; text-decoration: none; }