forked from Adleraci/adlerka.top
test
This commit is contained in:
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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user