This commit is contained in:
baiobelfer 2025-09-04 13:07:01 +02:00
parent 10a2452ad3
commit e717d96683

View File

@ -62,3 +62,9 @@ nav a {
border-radius: 20px; border-radius: 20px;
text-decoration: none; text-decoration: none;
} }
nav a:hover {
background-color: #625B5B;
color: #EAEAEA;
border: 1px solid #EAEAEA;
}