Skip to content

Commit

Permalink
fix: reduce transparency of navigation item bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
katywings committed Jun 6, 2020
1 parent 132aea9 commit 10b8e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ h6 {
border-left-width: 0px;
border-right-width: 0px;
margin-bottom: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.01);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.left_nav__menu_item_link:link,
Expand Down

0 comments on commit 10b8e2c

Please sign in to comment.