This commit is contained in:
baiobelfer 2025-09-04 13:08:20 +02:00
parent e717d96683
commit d850ff8029

View File

@ -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;
}
}