From e717d96683ff52ff230eba41588f6b269df93cf7 Mon Sep 17 00:00:00 2001 From: baiobelfer Date: Thu, 4 Sep 2025 13:07:01 +0200 Subject: [PATCH] hover --- css/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) 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