Skip to content

Commit

Permalink
Adds minor cleanup (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Nov 14, 2023
1 parent 2a69e9c commit ca25960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/ucb-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

.ucb-page-content .ucb-menu li.menu-item a.nav-link:hover {
color: #000;
background-color: rgb(0, 0, 0, .09);
background-color: rgba(0, 0, 0, .09);
}

.ucb-page-content .ucb-menu li.menu-item a.nav-link.is-active {
Expand Down

0 comments on commit ca25960

Please sign in to comment.