Skip to content

Commit

Permalink
取消返回键圆角
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurefreeman committed Oct 24, 2024
1 parent f5fb4ad commit 8805ab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blackout.css
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,12 @@ footer {
color: var(--back-btn-color);
}

.megamenu-menu-header {
transition-duration: 0.3s;
}

.megamenu-menu-header:hover {
background-color: var(--item-hover-bg-color);
border-radius: 5px;
}

.megamenu-menu-panel .dropdown-menu > li > a {
Expand Down

0 comments on commit 8805ab4

Please sign in to comment.