From c1ebc9a4cd154833c6217202c1d4bafa59bad46b Mon Sep 17 00:00:00 2001 From: Meira Tompkins Date: Thu, 12 Mar 2020 17:23:21 -0400 Subject: [PATCH] changes --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }