diff --git a/project_0/search/styles.css b/project_0/search/styles.css index 733d776..3375996 100644 --- a/project_0/search/styles.css +++ b/project_0/search/styles.css @@ -73,4 +73,8 @@ margin: 12px; color:#3b3b3b; text-decoration: none; +} + +.link:hover { + text-decoration:underline; } \ No newline at end of file