This commit is contained in:
cowboykipnugget
2025-02-12 10:05:33 +01:00
parent 76a7cddafd
commit e38647e567
2 changed files with 23 additions and 17 deletions

View File

@@ -65,6 +65,11 @@ body {
margin: 10px 0;
}
.menu-item:hover {
background-color: #f59e42;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Modaal venster (pop-up) */
.modal {
display: none;