diff --git a/css/layout.css b/css/layout.css index dfb5f2c..b0e2ce2 100644 --- a/css/layout.css +++ b/css/layout.css @@ -63,8 +63,13 @@ nav a { text-decoration: none; } +/* Efekt po najechaniu myszą: +Tło staje się ciemne, tekst jasny → efekt "przełączania" +border: 1px solid – dodaje obramowanie */ + nav a:hover { background-color: #625B5B; color: #EAEAEA; border: 1px solid #EAEAEA; -} \ No newline at end of file +} +