Compare commits

..

No commits in common. "fb3090dcb0ec6767e1d4888a607620fdb41151f7" and "765180e706b904ccc6c52266c2b396012feba1b9" have entirely different histories.

@ -145,15 +145,10 @@ header hr {
border: 0; border: 0;
transition: max-height 0.3s ease; transition: max-height 0.3s ease;
} }
.navsite_item .navpage_list {
transition-delay: 0.3s; /* Delay the border fade-out transition */
}
/* 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;
border: 4px solid var(--primary-hover); /* Adjust border style as needed */ border: 4px solid var(--primary-hover) ;
transition-delay: 0s; /* Reset delay on hover */
} }
li.navpage_item{ li.navpage_item{