Skip to content

Commit

Permalink
Include text-decoration fix for underline navs
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 9, 2024
1 parent 09854b0 commit 05e7ed1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions canopeum_frontend/src/assets/styles/Navbar.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.nav-underline {
.nav-link {
// underline on hover just looks weird if there's already an underline from nav
text-decoration: none;
}
}

.navbar {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

Expand Down

0 comments on commit 05e7ed1

Please sign in to comment.