Skip to content

Commit

Permalink
修改megamenu样式
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurefreeman committed Oct 28, 2024
1 parent 4d455e1 commit 2644774
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -1009,10 +1009,17 @@ footer {
margin-top: 5px;
}

.megamenu-menu-list :hover {
/* .megamenu-menu-list :hover {
font-size: 20px;
} */
.megamenu-menu-list li a.active {
background-color: var(--item-hover-bg-color);
color: var(--primary-color);
border: 1px solid var(--primary-color);
font-size: 20px;
}


/* 图标 */

.megamenu-menu-list li a .fa {
Expand Down

0 comments on commit 2644774

Please sign in to comment.