diff --git a/css/layout.css b/css/layout.css index 3bccaf6..dfb5f2c 100644 --- a/css/layout.css +++ b/css/layout.css @@ -61,4 +61,10 @@ nav a { margin: 50px; border-radius: 20px; text-decoration: none; +} + +nav a:hover { + background-color: #625B5B; + color: #EAEAEA; + border: 1px solid #EAEAEA; } \ No newline at end of file