forked from Adleraci/adlerka.top
move rules to new css
This commit is contained in:
@@ -143,4 +143,17 @@ header hr {
|
||||
border-color: var(--primary);
|
||||
opacity: 0.5;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.navsite_list{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.navpage_list{
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.navsite_list:hover .navsite_list{
|
||||
display: flex !important;
|
||||
}
|
Reference in New Issue
Block a user