diff --git a/style.css b/style.css index 3d33c7d..8514006 100644 --- a/style.css +++ b/style.css @@ -50,10 +50,10 @@ a:link{ text-decoration: none; } a:visited{ - color: gray; + color: white; } a:hover{ - color:red; + color:gray; }