adsfhsdhgfsghd

This commit is contained in:
Richard Mikloš 2024-01-16 19:09:08 +01:00
parent d07660b082
commit 00208e3d03

@ -163,19 +163,19 @@ header hr {
.navpage_list{
margin-top: 8px;
border: 0px solid var(--primary-hover) ;
background-color: var(--third-bg);
margin-top: 10px;
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 0;
border: 0;
transition: max-height 0.3s ease;
}
.navsite_item:hover .navpage_list {
max-height: 200px;
border: 8px solid var(--primary-hover) ;
border: 4px solid var(--primary-hover) ;
}
a.navpage_link{