changes to style.css
This commit is contained in:
parent
98892a03e0
commit
72c863375c
@ -163,7 +163,7 @@ header hr {
|
||||
|
||||
.navpage_list{
|
||||
margin-top: 8px;
|
||||
border: 8px solid var(--primary-hover) ;
|
||||
border: none;
|
||||
background-color: var(--third-bg);
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
@ -175,6 +175,7 @@ header hr {
|
||||
|
||||
.navsite_item:hover .navpage_list {
|
||||
max-height: 200px;
|
||||
border: 8px solid var(--primary-hover) ;
|
||||
}
|
||||
|
||||
a.navpage_link{
|
||||
|
Loading…
Reference in New Issue
Block a user