diff --git a/projects/project-02/css/style.css b/projects/project-02/css/style.css index 80d3de2..a98d385 100644 --- a/projects/project-02/css/style.css +++ b/projects/project-02/css/style.css @@ -41,10 +41,10 @@ ul { padding-inline-start: 40px; } -a:link { text-decoration: none; } +a:link { text-decoration: none; color: black;} -a:visited { text-decoration: none; } +a:visited { text-decoration: none; color: black;} a:hover { text-decoration: none; }