This commit is contained in:
Richard Mikloš 2024-01-16 22:01:08 +01:00
parent 5929703205
commit 117e41f08e

@ -151,7 +151,8 @@ header hr {
/* Modify this style for the hover state of the navsite_item */ /* Modify this style for the hover state of the navsite_item */
.navsite_item:hover .navpage_list { .navsite_item:hover .navpage_list {
max-height: 200px; /* Adjust the value based on your content height */ max-height: 200px; /* Adjust the value based on your content height */
border: 8px solid var(--primary-hover); /* Adjust border style as needed */ border: 4px solid var(--primary-hover); /* Adjust border style as needed */
transition: max-height 0.3s ease, border 0.3s ease; /* Add transition for smooth height and border animation */
} }