Commit b36441fc by 王东红

fix

parent 18a86717
...@@ -523,9 +523,7 @@ ul { ...@@ -523,9 +523,7 @@ ul {
font-weight: bold; font-weight: bold;
} }
.navigation :where(li[class*=level])>a:hover{
background: none !important;
}
@media (max-width: 767px){ @media (max-width: 767px){
...@@ -991,6 +989,9 @@ footer{ ...@@ -991,6 +989,9 @@ footer{
.navigation li.level1 ul.level1{ .navigation li.level1 ul.level1{
display: block !important; display: block !important;
} }
.navigation :where(li[class*=level])>a:hover{
background: none !important;
}
} }
.header.content{ .header.content{
max-width: none; max-width: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment